Startup Cookie Destroyer
Remove unwanted cookies and site data on start-up, and manually from the toolbar.
ما هو Startup Cookie Destroyer؟
Startup Cookie Destroyer هو إضافة Chrome تم تطويرها بواسطة Aaron Horler، والميزة الرئيسية لها هي "Remove unwanted cookies and site data on start-up, and manually from the toolbar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Startup Cookie Destroyer
قم بتنزيل ملفات الامتداد Startup Cookie Destroyer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Startup Cookie Destroyer |
ID | gnofoiakeednmambnlgcooiflejppmoj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/startup-cookie-destroyer/gnofoiakeednmambnlgcooiflejppmoj |
الوصف | Remove unwanted cookies and site data on start-up, and manually from the toolbar. |
حجم الملف | 11.96 KB |
عدد التثبيتات | 214 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2022-02-28 |
تاريخ النشر | 2018-05-16 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | Aaron Horler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/aghorler/Startup-Cookie-Destroyer |
عنوان صفحة المساعدة | https://github.com/aghorler/Startup-Cookie-Destroyer |
عنوان صفحة سياسة الخصوصية | https://aaronhorler.com/privacy.txt |
اللغات المدعومة | 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:\/\/*\/*" ] } |