Selective Scrubber
Those secret sites? Begone from my history!
ما هو Selective Scrubber؟
Selective Scrubber هو إضافة Chrome تم تطويرها بواسطة Jake Lee، والميزة الرئيسية لها هي "Those secret sites? Begone from my history!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Selective Scrubber
قم بتنزيل ملفات الامتداد Selective Scrubber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click. No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see! This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber Alternatively, email me at [email protected]
معلومات أساسية عن التمديد
الاسم | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
الوصف | Those secret sites? Begone from my history! |
حجم الملف | 18.99 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-01-31 |
تاريخ النشر | 2017-01-31 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Jake Lee |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/JakeSteam/SelectiveScrubber |
عنوان صفحة المساعدة | https://github.com/JakeSteam/SelectiveScrubber |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Scrubber", "description": "Those secret sites? Begone from my history!", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber", "icons": { "48": "images\/icon_48.png", "96": "images\/icon_96.png" }, "permissions": [ "history", "storage" ], "background": { "persistent": false, "scripts": [ "js\/clear_history.js" ] }, "browser_action": { "default_icon": "images\/icon_96.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |