Private browse beta
An extension to support private browsing with selective incognito mode and restricting a website to appear in history
Private browse beta क्या है?
Private browse beta https://dev-sandeep.github.io/portfolio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to support private browsing with selective incognito mode and restricting a website to appear in history"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Private browse beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Helps a user to put one or more website in incognito list, so that next time when you open up facebook.com or any other website then it would automatically open up in incognito. You also have the ability to restrict chrome from logging a website in history. So that you don't have to clear a website from history everytime. Author: Sandeep Gantait Email: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Private browse beta |
ID | bjamihladdffbeodjgdcbdkjiccoenkn |
आधिकारिक URL | https://chromewebstore.google.com/detail/private-browse-beta/bjamihladdffbeodjgdcbdkjiccoenkn |
विवरण | An extension to support private browsing with selective incognito mode and restricting a website to appear in history |
फ़ाइल का आकार | 20.6 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2020-05-06 |
प्रकाशन तिथि | 2020-05-06 |
डेवलपर | https://dev-sandeep.github.io/portfolio |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.sandeepg.co.in |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Private browse beta", "version": "1.3", "description": "An extension to support private browsing with selective incognito mode and restricting a website to appear in history", "manifest_version": 2, "permissions": [ "storage", "declarativeContent", "activeTab", "history", "contextMenus", "tabs" ], "background": { "scripts": [ "background.js", "common.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "options_page": "options.html" } |