Equal Twitter
Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.
Equal Twitterとは何ですか?
Equal TwitterはHendra Susantoによって開発されたChromeの拡張機能で、その主な機能は「Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.」です。
拡張機能のスクリーンショット
Equal Twitter拡張機能のCRXファイルをダウンロード
Equal Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitter verified badge has long been a subject for debate. Some people like it, some hate it. Some people are not sure how to get their account verified, some people are verified without any obvious reason. Why not make everyone in Twitter equal? Using this extension, you can do it. Either set everyone as verified, or remove the verified badge from everyone. It's your choice.
拡張機能の基本情報
名前 | Equal Twitter |
ID | kofnnmoilpjbdcpgpfldmonmcmemkbip |
公式URL | https://chromewebstore.google.com/detail/equal-twitter/kofnnmoilpjbdcpgpfldmonmcmemkbip |
説明 | Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between. |
ファイルサイズ | 17.23 KB |
インストール数 | 42 |
現在のバージョン | 0.0.2 |
最終更新日 | 2017-11-17 |
公開日 | 2017-11-17 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Hendra Susanto |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/benhanks040888/equal-twitter |
ヘルプページのURL | https://github.com/benhanks040888/equal-twitter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Equal Twitter", "version": "0.0.2", "manifest_version": 2, "description": "Equality for all in Twitter. Either everyone verified or everyone unverified. No in-between.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Equal Twitter", "default_popup": "src\/browser_action\/popup.html" }, "permissions": [ "https:\/\/*.twitter.com\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |