TwitterCleaner
One click followers cleaner
TwitterCleanerとは何ですか?
TwitterCleanerはTeam GoProdによって開発されたChromeの拡張機能で、その主な機能は「One click followers cleaner」です。
拡張機能のスクリーンショット
TwitterCleaner拡張機能のCRXファイルをダウンロード
TwitterCleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Clean your fakes followers on Twitter with one click action !
拡張機能の基本情報
名前 | TwitterCleaner |
ID | fndneoegebaigglcndojmbhjfdfmajnl |
公式URL | https://chromewebstore.google.com/detail/twittercleaner/fndneoegebaigglcndojmbhjfdfmajnl |
説明 | One click followers cleaner |
ファイルサイズ | 37.12 KB |
インストール数 | 213 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-07-24 |
公開日 | 2014-07-24 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Team GoProd |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/GoProd |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwitterCleaner", "version": "1.0.1", "description": "One click followers cleaner", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/followers" ], "css": [ "report-spam.css" ], "js": [ "report-spam.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "report-spam-icon.png", "report-spam-avatar-block.png" ], "manifest_version": 2 } |