Dragon Cookie Cleaner
This extension automatically clears everything on chrome including cookies, browsing history, passwords, form data, etc. You can…
What is Dragon Cookie Cleaner?
Dragon Cookie Cleaner is a Chrome extension developed by ART INN MEDIA, and its main feature is "This extension automatically clears everything on chrome including cookies, browsing history, passwords, form data, etc. You can…".
Extension Screenshots
Download Dragon Cookie Cleaner Extension CRX File
Download Dragon Cookie Cleaner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
THIS EXTENSION CAN PERFORM IN TWO WAYS 1- MANUAL PERFORMANCE ALL YOUR SELECTED OPTIONS FROM COOKIES CACHE HISTORY ETC CAN ME DELETED FROM THE SPECIFIC TIME PERIOD AT THE CLICK OF A BUTTON 1- AUTO PILOT PERFORMANCE ALL YOUR SELECTED OPTIONS FROM COOKIES CACHE HISTORY ETC CAN ME DELETED FROM THE SPECIFIC TIME PERIOD AT THE SPECIFIED TIME INTERVAL AUTOMATICALLY, AS LONG AS YOU HAVE THE EXTENSION PAGE OPENED WE DO NOT INJECT ANY ADS ON OTHER WEBSITES. SO ENJOY THE DRAGON
Extension Basic Information
Name | Dragon Cookie Cleaner |
ID | hkjaieokmindifehhlelbpikfjaihdcj |
Official URL | https://chromewebstore.google.com/detail/dragon-cookie-cleaner/hkjaieokmindifehhlelbpikfjaihdcj |
Description | This extension automatically clears everything on chrome including cookies, browsing history, passwords, form data, etc. You can… |
File Size | 364 KB |
Installation Count | 200 |
Current Version | 2.0.1 |
Last Updated | 2016-04-09 |
Publish Date | 2016-04-09 |
Rating | 4.22/5 Total 9 Ratings |
Developer | ART INN MEDIA |
[email protected] | |
Payment Type | free |
Extension Website | http://www.artinnmedia.co.uk |
Help Page URL | http://www.artinnmedia.co.uk |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "version": "2.0.1", "manifest_version": 2, "description": "__MSG_application_description__", "default_locale": "en", "homepage_url": "http:\/\/www.artinnmedia.co.uk", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.artinnmedia.co.uk\/Dragon-Cookie-Cleaner\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/options.js", "js\/bootstrap-datepicker.js" ] } ], "background": { "scripts": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ] }, "permissions": [ "browsingData", "tabs", "*:\/\/www.artinnmedia.co.uk\/Dragon-Cookie-Cleaner\/*" ], "browser_action": { "default_icon": "icon.png" } } |