Clear History
Keep your searches private also clear your History with a single click
Qu'est-ce que Clear History ?
Clear History est une extension Chrome développée par lisa1971simmons, et sa fonction principale est "Keep your searches private also clear your History with a single click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clear History
Téléchargez les fichiers d'extension Clear History 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
Clear History is free solution. Clear History: https://search-trends.co/clear-history Keep your searches private by redirecting searches that may be tracked to Clear History, - The tool is used to remove browsing history. - Click browser Action icon and clear your history in one click. What is Clear History Used for? Clear History is a search engine, so it's used to find websites and information on the internet. It's a private search engine so people rely on Clear History for sensitive searches that they don't want other people to know about.
Informations de Base sur l'Extension
Nom | |
ID | dfegfkhgcngajnednphcmpellnlnganh |
URL Officiel | https://chrome.google.com/webstore/detail/clear-history/dfegfkhgcngajnednphcmpellnlnganh |
Description | Keep your searches private also clear your History with a single click |
Taille du Fichier | 856 KB |
Nombre d'Installations | 696 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-02-04 |
Date de Publication | 2021-02-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | lisa1971simmons |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://search-trends.co/privacy.php |
Langues Prises en Charge | en-US |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery-3.1.1.min.js", "libs\/moment.js", "libs\/signals.min.js", "libs\/icon-animation.js", "js\/analytic.js", "js\/bg_search.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/ext.png", "16": "images\/ext.png", "19": "images\/ext.png", "24": "images\/ext.png", "32": "images\/ext.png", "48": "images\/ext.png" }, "default_title": "Clear History" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "libs\/jquery-3.1.1.min.js", "contentscript\/content.js" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.msn.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Keep your searches private also clear your History with a single click", "icons": { "128": "images\/ext.png", "16": "images\/ext.png", "19": "images\/ext.png", "24": "images\/ext.png", "32": "images\/ext.png", "48": "images\/ext.png" }, "manifest_version": 2, "name": "Clear History", "permissions": [ "browsingData", "webRequest", "webNavigation", "*:\/\/*.google.com\/*", "*:\/\/*.bing.com\/", "*:\/\/*.search.yahoo.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "images\/*", "js\/*", "contentscript\/*" ] } |