ClickbaitBlock
blocks you from going to a clickbait site!
Vad är ClickbaitBlock?
ClickbaitBlock är en Chrome-tillägg utvecklad av Tiago Medeiros, och dess huvudfunktion är "blocks you from going to a clickbait site!".
Tilläggsskärmbilder
Ladda ner ClickbaitBlock-förlängningens CRX-fil
Ladda ner ClickbaitBlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | ClickbaitBlock |
ID | mdgogalcfajbonaaalomfjhmmkpoaihm |
Officiell webbadress | https://chromewebstore.google.com/detail/clickbaitblock/mdgogalcfajbonaaalomfjhmmkpoaihm |
Beskrivning | blocks you from going to a clickbait site! |
Filstorlek | 23.94 KB |
Antal Installationer | 225 |
Aktuell Version | 0.0.12 |
Senast Uppdaterad | 2016-02-05 |
Publiceringsdatum | 2016-02-04 |
Betyg | 3.80/5 Totalt 5 Betyg |
Utvecklare | Tiago Medeiros |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/medeirosT/clickbaitblock |
Stödda Språk | 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:\/\/*\/*" ] } |