CookieSmash
Quickly remove all cookies associate on a site.
ما هو CookieSmash؟
CookieSmash هو إضافة Chrome تم تطويرها بواسطة Jack Nguyen، والميزة الرئيسية لها هي "Quickly remove all cookies associate on a site.".
تحميل ملف CRX للإضافة CookieSmash
قم بتنزيل ملفات الامتداد CookieSmash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the cookie icon and all cookies for the current site will be deleted and the page will refresh. This was developed because unlike other cookie removers it did not refresh the page. I am debating whether to have a popup when the extension deletes everything because as a developer I clear cookies constantly and it would get annoying to have a warning every time. But please let me know what you guys think. Hopefully this helps someone.
معلومات أساسية عن التمديد
الاسم | |
ID | nnnahedhiocibebgbmfiknmjeoflhdfe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe |
الوصف | Quickly remove all cookies associate on a site. |
حجم الملف | 67.73 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-06-02 |
تاريخ النشر | 2015-06-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Jack Nguyen |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CookieSmash", "version": "0.1", "description": "Quickly remove all cookies associate on a site.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "CookieSmash" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |