Selective Cookie Remover
Remove cookies from selected domains
Vad är Selective Cookie Remover?
Selective Cookie Remover är en Chrome-tillägg utvecklad av billy, och dess huvudfunktion är "Remove cookies from selected domains".
Tilläggsskärmbilder
Ladda ner Selective Cookie Remover-förlängningens CRX-fil
Ladda ner Selective Cookie Remover-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
Deletes cookies from a specified list of domains.
Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.
Source code available in the GitHub link below.
Please contact me with any bugs or feedback!
Version 1.11:
- Live count of cookies for each domain
- UI tweaks Grundläggande Information om Tillägg
| Namn | |
| ID | nagfacmodkbckhjiimdccehaabobmnnh |
| Officiell webbadress | https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh |
| Beskrivning | Remove cookies from selected domains |
| Filstorlek | 96.54 KB |
| Antal Installationer | 1,000 |
| Aktuell Version | 1.11 |
| Senast Uppdaterad | 2015-04-09 |
| Publiceringsdatum | 2015-04-09 |
| Betyg | 4.25/5 Totalt 4 Betyg |
| Utvecklare | billy |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/billyf/selective-cookie-remover |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Selective Cookie Remover",
"description": "Remove cookies from selected domains",
"version": "1.11",
"browser_action": {
"default_icon": "img\/cookie128.png",
"default_title": "Remove cookies from selected domains",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/cookie128.png",
"48": "img\/cookie48.png"
},
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |