とあり、リンクされているページからはAK3040Pro MAX用のファームウェア(2024/12/13時点では「eppfun AK3040 Pro MAX V3.0(0528).zip」)がダウンロードできる。
ところが、これを適用しようとしても適用できないケースがある(実際に自分の購入したものも正しく適用できなかった)。
■2024/12/21追記
2024年12月17日付けでファームウェアが更新されていた。
ファイル名は「eppfun AK3040Pro Max V6.0(1215).zip」(解凍したフォルダ名は「eppfun AK3040Pro Max V4.0(1215)」になっているのは謎……)。
こちらだと、自分の環境でも無事更新できている模様(バージョンが1.0.1→1.1.2に)。 eppfun AK3040Pro Max V6.0(1215).zipを適用するとバージョンが1.0.1→1.1.2に
Edge アドオンやChrome ウェブストアで「X メディアダウンローダ」といった名前で配布されているアドオンや拡張機能が存在するようです。
どうやら中身は自分がかつて配布していたものとほぼ同じもののようですが、当然ながら自分はこれらの配布にはまったく関わっておりませんので、ご留意願います。 なお、オリジナルはオープンソースソフトウェア(MIT License)として配布していたものですので、流用を止めることはできません。
It seems that there are add-ons and extensions available on the Edge Add-ons and Chrome Web Store named "X Media Downloader" that closely resemble something I once distributed.
However, I must clarify that I am in no way involved in the distribution of these current versions. Please be aware of this. Additionally, the original was distributed as open-source software under the MIT License, so I have no means to prevent its reuse.
2023/09/26追記 / Added on September 26, 2023
Twitter(X)関連の拡張機能等の開発に関するメールやDM等での個別のご相談(開発継続・リポジトリ公開・買い取り等のご要望、他)には応じかねますので、ご了承願います。
Please note that I cannot accommodate individual inquiries via email or DM etc regarding the development of extensions related to Twitter(X), including requests for continued development, repository publication, or acquisition. I appreciate your understanding.
2023/09/16追記 / Added on September 16, 2023
拙作Twitter(X)関連のブラウザ拡張機能(ユーザースクリプト含む)を、各ストアおよびGitHubリポジトリにて非公開にしました。
My Twitter(X)-related browser extensions (including userscripts) are now private on the respective stores and GitHub repository.
今回調査した実装だけの話だけれど、cipher.decrypt_and_verify()を呼び出した際に、"ValueError: MAC check failed"が出たり出なかったり不安定という謎の現象が発生。
かなり悩んだけれど……実はpasswordを複数の候補からタイムスタンプを元に選択するような仕組みになっており、かつ、一連のシーケンス中で得られるデータ中に微妙に異なるタイムスタンプが複数箇所にあるけれど(仕様書もないために)どれを使えばよいのか不明で、間違ったものを使うと誤ったpasswordを選択してしまうことがある(たまたま一致していて通ることもある)というややこしい状況だった(その後、正しいものを特定するのにもかなり時間を要した……仕様書は大事)。