Open tab in incognito
This extension will open the current tab in incogntio mode
Open tab in incognito क्या है?
Open tab in incognito Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will open the current tab in incogntio mode"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open tab in incognito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will open the current tab in incogntio mode This tool will help anyone from standard users to developers. Ever run out of article limits? Open in a incognito window! Ever had issues with caching? Open in a incognito window! Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!
एक्सटेंशन की मूल जानकारी
नाम | Open tab in incognito |
ID | jphadcnfmefilmapphdlailkfdmdlllc |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc |
विवरण | This extension will open the current tab in incogntio mode |
फ़ाइल का आकार | 6 KB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-05-02 |
प्रकाशन तिथि | 2020-05-02 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open tab in incognito", "description": "This extension will open the current tab in incogntio mode", "version": "1.0", "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs" ] } |