Twitter Quick Blocker
Make use of Twitter's blocking features with a simple click
What is Twitter Quick Blocker?
Twitter Quick Blocker is a Chrome extension developed by @phil_renaud, and its main feature is "Make use of Twitter's blocking features with a simple click".
Extension Screenshots
Download Twitter Quick Blocker Extension CRX File
Download Twitter Quick Blocker 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 | Twitter Quick Blocker |
ID | ihaafmkncpajmpnhbbcnhiammmepjlkd |
Official URL | https://chromewebstore.google.com/detail/twitter-quick-blocker/ihaafmkncpajmpnhbbcnhiammmepjlkd |
Description | Make use of Twitter's blocking features with a simple click |
File Size | 43.8 KB |
Installation Count | 416 |
Current Version | 1.0.2 |
Last Updated | 2014-12-06 |
Publish Date | 2014-12-06 |
Rating | 3.09/5 Total 11 Ratings |
Developer | @phil_renaud |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Quick Blocker", "description": "Make use of Twitter's blocking features with a simple click", "version": "1.0.2", "web_accessible_resources": [ "quickblocker.png" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "quickblocker.css" ], "js": [ "jquery-2.0.3.min.js", "quickblocker.js" ] } ] } |