Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Vad är Cookie-Cleaner?
Cookie-Cleaner är en Chrome-tillägg utvecklad av jmatj.dev, och dess huvudfunktion är "Chrome extension to clean cookies from the current tab in one click.".
Tilläggsskärmbilder
Ladda ner Cookie-Cleaner-förlängningens CRX-fil
Ladda ner Cookie-Cleaner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Grundläggande Information om Tillägg
Namn | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
Officiell webbadress | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Beskrivning | Chrome extension to clean cookies from the current tab in one click. |
Filstorlek | 15.15 KB |
Antal Installationer | 1,614 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-06-03 |
Publiceringsdatum | 2016-06-03 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | jmatj.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jmatj/cookie-cleaner |
Hjälpsida URL | https://github.com/jmatj/cookie-cleaner |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |