History On/Off Switch
Selectively/Temporary Enable/Disable Browser History
ما هو History On/Off Switch؟
History On/Off Switch هو إضافة Chrome تم تطويرها بواسطة HedCET، والميزة الرئيسية لها هي "Selectively/Temporary Enable/Disable Browser History".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة History On/Off Switch
قم بتنزيل ملفات الامتداد History On/Off Switch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
this extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close similar in downloads history, this extension will clear the downloads history when it done if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns
معلومات أساسية عن التمديد
الاسم | History On/Off Switch |
ID | emmnfedbicipebplokdnmiggphokpneo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo |
الوصف | Selectively/Temporary Enable/Disable Browser History |
حجم الملف | 8.1 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.5 |
آخر تحديث | 2021-07-12 |
تاريخ النشر | 2021-07-01 |
المطور | HedCET |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/HedCET/disable-history/wiki |
عنوان صفحة المساعدة | https://github.com/HedCET/disable-history/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.scripts.js" ] }, "browser_action": { "default_icon": "enabled.png", "default_title": "History Enabled" }, "description": "Selectively\/Temporary Enable\/Disable Browser History", "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki", "icons": { "48": "enabled.png" }, "manifest_version": 2, "name": "History On\/Off Switch", "offline_enabled": true, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "downloads", "history", "storage", "tabs" ], "version": "1.5" } |