History Blocker by Site
prevents the logging of specified websites
Qu'est-ce que History Blocker by Site ?
History Blocker by Site est une extension Chrome développée par Frosation, et sa fonction principale est "prevents the logging of specified websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension History Blocker by Site
Téléchargez les fichiers d'extension History Blocker by Site 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
*coded by CZ*
Black lists specified websites from being logged into history.
- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path
Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)
__________________________________________
v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com
v1.1 - 17.08.2016:
-added pointless copyright notice
v1.0 - 16.08.2016:
-initial Informations de Base sur l'Extension
| Nom | |
| ID | keamekimefemnbgegbfkdkmbomaahfai |
| URL Officiel | https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai |
| Description | prevents the logging of specified websites |
| Taille du Fichier | 22.96 KB |
| Nombre d'Installations | 6,291 |
| Version Actuelle | 1.2 |
| Dernière Mise à Jour | 2017-10-02 |
| Date de Publication | 2017-10-02 |
| Évaluation | 2.75/5 Total 68 Évaluations |
| Développeur | Frosation |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Blocker by Site",
"short_name": "History Blocker",
"description": "prevents the logging of specified websites",
"version": "1.2",
"manifest_version": 2,
"minimum_chrome_version": "45",
"background": {
"scripts": [
"backg.js"
],
"persistent": true
},
"icons": {
"16": "img\/filter16.png",
"48": "img\/filter48.png",
"128": "img\/filter128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/filter19.png",
"39": "img\/filter38.png"
},
"default_title": "Configure Options"
},
"options_page": "options\/options.html",
"permissions": [
"background",
"history",
"storage"
]
} | |