Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Go Incognito क्या है?
Go Incognito https://browsernative.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens current tab in an incognito window, and removes it from your browsing history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Go Incognito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Opens the current tab in an incognito window, closes it and removes it from your browsing history. Visit our homepage for more: https://browsernative.com/go-incognito/
एक्सटेंशन की मूल जानकारी
नाम | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
आधिकारिक URL | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
विवरण | Opens current tab in an incognito window, and removes it from your browsing history. |
फ़ाइल का आकार | 23.22 KB |
स्थापना संख्या | 254,465 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2023-11-24 |
प्रकाशन तिथि | 2019-11-28 |
रेटिंग | 4.21/5 कुल 43 रेटिंग्स |
डेवलपर | https://browsernative.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browsernative.com/go-incognito/ |
सहायता पृष्ठ URL | https://browsernative.com/go-incognito/ |
गोपनीयता नीति पृष्ठ URL | https://browsernative.com/extensions-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Incognito", "description": "Opens current tab in an incognito window, and removes it from your browsing history.", "permissions": [ "contextMenus", "activeTab", "history" ], "version": "0.0.7", "homepage_url": "https:\/\/browsernative.com\/go-incognito\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Go Incognito" }, "icons": { "48": "static\/48.png", "128": "static\/128.png", "16": "static\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+I" } } } } |