Checkmate - Verified Twitter
See who's verified on Twitter for $0 / month.
Checkmate - Verified Twitterとは何ですか?
Checkmate - Verified TwitterはInti De Ceukelaireによって開発されたChromeの拡張機能で、その主な機能は「See who's verified on Twitter for $0 / month.」です。
拡張機能のスクリーンショット
Checkmate - Verified Twitter拡張機能のCRXファイルをダウンロード
Checkmate - Verified Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds back the blue check mark for all verified Twitter users (last snapshot at Nov 1, 2022). If the extension spots that a blue check mark has been removed, it will add it back. Note that as long as Elon Musk has not started to revoke verified badges, this extension will not have any visible effects.
拡張機能の基本情報
名前 | Checkmate - Verified Twitter |
ID | nbnijmocgfgnjcliceahehmfggadfmfl |
公式URL | https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl |
説明 | See who's verified on Twitter for $0 / month. |
ファイルサイズ | 2.92 MB |
インストール数 | 80 |
現在のバージョン | 1.0 |
最終更新日 | 2022-11-03 |
公開日 | 2022-11-02 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Inti De Ceukelaire |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://kb.intigriti.com/en/articles/5666157-general-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Checkmate - Verified Twitter", "description": "See who's verified on Twitter for $0 \/ month.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "start.js" ], "run_at": "document_end" } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |