TwitterCleaner
One click followers cleaner
What is TwitterCleaner?
TwitterCleaner is a Chrome extension developed by Team GoProd, and its main feature is "One click followers cleaner".
Extension Screenshots
Download TwitterCleaner Extension CRX File
Download TwitterCleaner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Clean your fakes followers on Twitter with one click action !
Extension Basic Information
Name | TwitterCleaner |
ID | fndneoegebaigglcndojmbhjfdfmajnl |
Official URL | https://chromewebstore.google.com/detail/twittercleaner/fndneoegebaigglcndojmbhjfdfmajnl |
Description | One click followers cleaner |
File Size | 37.12 KB |
Installation Count | 213 |
Current Version | 1.0.1 |
Last Updated | 2014-07-24 |
Publish Date | 2014-07-24 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Team GoProd |
Payment Type | free |
Help Page URL | https://twitter.com/GoProd |
Supported Languages | 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 } |