ClickbaitBlock
blocks you from going to a clickbait site!
Qu'est-ce que ClickbaitBlock ?
ClickbaitBlock est une extension Chrome développée par Tiago Medeiros, et sa fonction principale est "blocks you from going to a clickbait site!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ClickbaitBlock
Téléchargez les fichiers d'extension ClickbaitBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ClickbaitBlock |
ID | mdgogalcfajbonaaalomfjhmmkpoaihm |
URL Officiel | https://chromewebstore.google.com/detail/clickbaitblock/mdgogalcfajbonaaalomfjhmmkpoaihm |
Description | blocks you from going to a clickbait site! |
Taille du Fichier | 23.94 KB |
Nombre d'Installations | 225 |
Version Actuelle | 0.0.12 |
Dernière Mise à Jour | 2016-02-05 |
Date de Publication | 2016-02-04 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | Tiago Medeiros |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/medeirosT/clickbaitblock |
Langues Prises en Charge | 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:\/\/*\/*" ] } |