Startup Cookie Destroyer
Remove unwanted cookies and site data on start-up, and manually from the toolbar.
Qu'est-ce que Startup Cookie Destroyer ?
Startup Cookie Destroyer est une extension Chrome développée par Aaron Horler, et sa fonction principale est "Remove unwanted cookies and site data on start-up, and manually from the toolbar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Startup Cookie Destroyer
Téléchargez les fichiers d'extension Startup Cookie Destroyer 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
Remove unwanted cookies and all other site data on startup, and manually from the extension toolbar. Wanted cookies are defined using a white list. GitHub source - https://github.com/aghorler/Startup-Cookie-Destroyer CHANGELOG 1.2.0 - Add cacheStorage option to browsing data clear, attempted return to Chrome Web Store. 1.1.0 - Automatic option saving. 1.0.3 - Logic improvements. Hover descriptions on options page. 1.0.2 - The extension no longer clears all cookies on installation. 1.0.1 - First release.
Informations de Base sur l'Extension
Nom | Startup Cookie Destroyer |
ID | gnofoiakeednmambnlgcooiflejppmoj |
URL Officiel | https://chromewebstore.google.com/detail/startup-cookie-destroyer/gnofoiakeednmambnlgcooiflejppmoj |
Description | Remove unwanted cookies and site data on start-up, and manually from the toolbar. |
Taille du Fichier | 11.96 KB |
Nombre d'Installations | 214 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-02-28 |
Date de Publication | 2018-05-16 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | Aaron Horler |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/aghorler/Startup-Cookie-Destroyer |
URL de la Page d'Aide | https://github.com/aghorler/Startup-Cookie-Destroyer |
URL de la Page de Politique de Confidentialité | https://aaronhorler.com/privacy.txt |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Startup Cookie Destroyer", "version": "1.2.0", "manifest_version": 2, "description": "Remove unwanted cookies and site data on start-up, and manually from the toolbar.", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "icons": { "128": "\/img\/icon128.png" }, "browser_action": { "name": "Clear cookies and site data." }, "options_ui": { "page": "\/html\/options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "browsingData", "storage", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |