Ninja: Hide / Blur Windows & Tabs

Hides / Blurs inactive windows and tabs to keep your browsing truly private.

Ninja: Hide / Blur Windows & Tabs क्या है?

Ninja: Hide / Blur Windows & Tabs Snappy Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides / Blurs inactive windows and tabs to keep your browsing truly private."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ninja: Hide / Blur Windows & Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NOTE: Please allow Ninja to run in Incognito for it to be able to hide your windows!

To do this is very easy, simply go to

Settings (3 dots in top right)
More Tools -> Extensions
Click the Details button for the Ninja Extension
Then make sure 'Allow in Incognito' is enabled

Once this is done Ninja will automatically hide any and all incognito windows when you leave them. 

Ninja Pro takes things even further. While Ninja's free version is enough to get the job done, Ninja Pro prioritises not only your privacy but your friends and families well being with an uncompromising feature set.

- Smoke Screen: Hides the tab bar titles/icons
- Decoy: Content remains hidden until a 'special' tab is deleted
- Bulletproof: Ability to hide non incognito windows
- Unlimited Care Packages: All future Pro features are unlocked

"A true Ninja's blade is always sharp!" 
- Ninja Team                    

एक्सटेंशन की मूल जानकारी

नाम Ninja: Hide / Blur Windows & Tabs Ninja: Hide / Blur Windows & Tabs
ID moeffcjghgaaifjmiaheamkndbbaepmf
आधिकारिक URL https://chromewebstore.google.com/detail/ninja-hide-blur-windows-t/moeffcjghgaaifjmiaheamkndbbaepmf
विवरण Hides / Blurs inactive windows and tabs to keep your browsing truly private.
फ़ाइल का आकार 31.94 KB
स्थापना संख्या 2,431
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2019-02-12
प्रकाशन तिथि 2019-02-09
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Snappy Extensions
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja: Hide \/ Blur Windows & Tabs",
    "short_name": "Ninja",
    "version": "1.1.4",
    "description": "Hides \/ Blurs inactive windows and tabs to keep your browsing truly private.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "buy.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ninja",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/logo\/[email protected]",
            "38": "assets\/logo\/[email protected]"
        }
    },
    "icons": {
        "16": "assets\/logo\/[email protected]",
        "48": "assets\/logo\/[email protected]",
        "128": "assets\/logo\/[email protected]"
    },
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "345309162971-gl6078fcbd3atiqtblsmph172j77orb5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'"
}