WhiteList Pro
Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]
Qu'est-ce que WhiteList Pro ?
WhiteList Pro est une extension Chrome développée par http://whitelistprofree.wixsite.com/whitelist, et sa fonction principale est "Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]".
Télécharger le fichier CRX de l'extension WhiteList Pro
Téléchargez les fichiers d'extension WhiteList Pro 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
Block all websites that are not on your list
Informations de Base sur l'Extension
Nom | |
ID | ndhapbamkbciencmbllaocpanollgonh |
URL Officiel | https://chrome.google.com/webstore/detail/whitelist-pro/ndhapbamkbciencmbllaocpanollgonh |
Description | Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected] |
Taille du Fichier | 73.1 KB |
Nombre d'Installations | 120 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2016-12-13 |
Date de Publication | 2016-12-13 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://whitelistprofree.wixsite.com/whitelist |
Type de Paiement | free |
Site Web de l'Extension | http://whitelistprofree.wixsite.com/whitelist |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "WhiteList-Pro-icon-16.png", "48": "WhiteList-Pro-icon-48.png" }, "default_title": "WhiteList Pro", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]", "icons": { "128": "WhiteList-Pro-icon-128.png", "16": "WhiteList-Pro-icon-16.png", "48": "WhiteList-Pro-icon-48.png" }, "manifest_version": 2, "name": "WhiteList Pro", "options_page": "options.html", "permissions": [ "tabs", "storage" ], "version": "0.3.0", "homepage_url": "http:\/\/whitelistprofree.wixsite.com\/whitelist", "author": "Kletter Daniel" } |