Twitter Unfollow Nonfollowers
An easy to use twitter mass unfollow extension
What is Twitter Unfollow Nonfollowers?
Twitter Unfollow Nonfollowers is a Chrome extension developed by https://theklimts.com, and its main feature is "An easy to use twitter mass unfollow extension".
Download Twitter Unfollow Nonfollowers Extension CRX File
Download Twitter Unfollow Nonfollowers 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
Extension Basic Information
Name | |
ID | pfifdengebdnamnnmjnmilooodnncjok |
Official URL | https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok |
Description | An easy to use twitter mass unfollow extension |
File Size | 70.45 KB |
Installation Count | 146 |
Current Version | 0.11 |
Last Updated | 2016-01-20 |
Publish Date | 2016-01-20 |
Rating | 2.25/5 Total 8 Ratings |
Developer | https://theklimts.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://theklimts.com |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/jquery.js", "js\/app.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "An easy to use twitter mass unfollow extension", "icons": { "128": "images\/128x128.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "Twitter Unfollow Nonfollowers", "short_name": "Unfollow all those nasty people who aren't following you back", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.11" } |