Ninja
Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
Ninja क्या है?
Ninja Sahithyan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ninja एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ninja chrome extensions helps you to open a webpage in incognito mode just in one click. No hassles any more.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bhfbmochnkclmomfbpfaoiicanbamekb |
आधिकारिक URL | https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb |
विवरण | Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed |
फ़ाइल का आकार | 28.23 KB |
स्थापना संख्या | 79 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2021-09-30 |
प्रकाशन तिथि | 2020-06-11 |
डेवलपर | Sahithyan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ninja", "version": "1.5", "author": "Sahithyan", "description": "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed", "background": { "service_worker": "service-worker.js" }, "permissions": [ "activeTab", "storage", "history", "webNavigation" ], "icons": { "128": "icons\/logo.png" }, "action": { "default_icon": "icons\/logo \u2013 [email protected]", "default_title": "Open In Private Mode" }, "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Z" }, "description": "Open current tab in Private\/Incognito mode" }, "add_private_website": { "suggested_key": { "default": "Ctrl+Shift+Z" }, "description": "Add current website to Private Websites list" } } } |