History On/Off Switch
Selectively/Temporary Enable/Disable Browser History
History On/Off Switch क्या है?
History On/Off Switch HedCET द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selectively/Temporary Enable/Disable Browser History"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History On/Off Switch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } |