ClickbaitBlock
blocks you from going to a clickbait site!
Wat is ClickbaitBlock?
ClickbaitBlock is een Chrome-extensie ontwikkeld door Tiago Medeiros, en de belangrijkste functie is "blocks you from going to a clickbait site!".
Extensie Screenshots
Download het CRX-bestand van de extensie ClickbaitBlock
Download ClickbaitBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mdgogalcfajbonaaalomfjhmmkpoaihm |
| Officiële URL | https://chromewebstore.google.com/detail/clickbaitblock/mdgogalcfajbonaaalomfjhmmkpoaihm |
| Beschrijving | blocks you from going to a clickbait site! |
| Bestandsgrootte | 23.94 KB |
| Aantal Installaties | 225 |
| Huidige Versie | 0.0.12 |
| Laatst Bijgewerkt | 2016-02-05 |
| Publicatiedatum | 2016-02-04 |
| Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Tiago Medeiros |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/medeirosT/clickbaitblock |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |