Hulk Smash Browser Cleaner
On Exit Browser Cleaner
ما هو Hulk Smash Browser Cleaner؟
Hulk Smash Browser Cleaner هو إضافة Chrome تم تطويرها بواسطة jbriscoe، والميزة الرئيسية لها هي "On Exit Browser Cleaner".
تحميل ملف CRX للإضافة Hulk Smash Browser Cleaner
قم بتنزيل ملفات الامتداد Hulk Smash Browser Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time. **Please note, if you allow Chrome to run in the background this application will not be able to execute.
معلومات أساسية عن التمديد
الاسم | |
ID | ppcjeoolbidebblgggbbkimaeilhdgif |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif |
الوصف | On Exit Browser Cleaner |
حجم الملف | 190 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2013-10-25 |
تاريخ النشر | 2013-10-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | jbriscoe |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulk Smash Browser Cleaner", "version": "1.2.2", "description": "On Exit Browser Cleaner", "permissions": [ "browsingData", "background", "tabs", "history" ], "background": { "scripts": [ "eventpage.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |