ClickbaitBlock
blocks you from going to a clickbait site!
What is ClickbaitBlock?
ClickbaitBlock is a Chrome extension developed by Tiago Medeiros, and its main feature is "blocks you from going to a clickbait site!".
Extension Screenshots
Download ClickbaitBlock Extension CRX File
Download ClickbaitBlock 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
Blocks your from going into clickbait sites. See this for more information on clickbait : https://en.wikipedia.org/wiki/Clickbait This Plugin is open-sourced under the GPLV2 License : https://github.com/medeirosT/clickbaitblock Any suggestions welcome! Last update from Github : February 5th, 2016
Extension Basic Information
Name | ClickbaitBlock |
ID | mdgogalcfajbonaaalomfjhmmkpoaihm |
Official URL | https://chromewebstore.google.com/detail/clickbaitblock/mdgogalcfajbonaaalomfjhmmkpoaihm |
Description | blocks you from going to a clickbait site! |
File Size | 23.94 KB |
Installation Count | 225 |
Current Version | 0.0.12 |
Last Updated | 2016-02-05 |
Publish Date | 2016-02-04 |
Rating | 3.80/5 Total 5 Ratings |
Developer | Tiago Medeiros |
Payment Type | free |
Extension Website | https://github.com/medeirosT/clickbaitblock |
Supported Languages | en,en-GB,en-US,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClickbaitBlock", "version": "0.0.12", "manifest_version": 2, "description": "blocks you from going to a clickbait site!", "homepage_url": "http:\/\/github.com\/medeirost", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "offline_enabled": false, "background": { "scripts": [ "js\/list.js", "js\/background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |