Incognitify
Open current tab in an incognito window
Incognitify क्या है?
Incognitify Neword द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open current tab in an incognito window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Incognitify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Open the current tab to an incognito tab just by clicking the Incognitify button. Options to set the following: - Keep the original tab open - Remove the tab URL from history - Open the incognito tab maximised Enable this extension in incognito mode to switch back from incognito browsing to normal browsing. There are no trackers or malware in this add-on.
एक्सटेंशन की मूल जानकारी
नाम | Incognitify |
ID | bfooamdflgheadbaakfehmbdelmfogfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa |
विवरण | Open current tab in an incognito window |
फ़ाइल का आकार | 24.9 KB |
स्थापना संख्या | 2,465 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-05-29 |
प्रकाशन तिथि | 2020-05-29 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Neword |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognitify", "description": "Open current tab in an incognito window", "version": "1.2", "background": { "scripts": [ "incognitify.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Incognitify" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "storage" ], "optional_permissions": [ "history" ], "options_ui": { "page": "options.html", "chrome_style": true } } |