Dont Get Caught Beta

This extension exits all tabs and opens new page.

Dont Get Caught Beta क्या है?

Dont Get Caught Beta Shawn Craig द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension exits all tabs and opens new page."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Dont Get Caught Beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Ever got caught watching porn? Or snooping on someone's Facebook/Instagram page? Or browsing a website at work? If so, then Dont Get Caught is the perfect Chrome extension for you.

You will never have to worry about someone catching you on a website that you don't want them to see. This app is simple and easy to use. With just one click of the icon or CTRL+X, all windows will exit and take you to a website that is suitable for the workplace. You can also set it up to clear 5 hours of your browsing history. 

This app runs well and uses little to no resources on your computer. You can have unlimited windows and tabs open, and Dont Get Caught extension will close everything and open job approved websites. 

For additional questions submit questions to the link provided below:
https://groups.google.com/forum/#!forum/dont-get-caught-faq                    

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

नाम Dont Get Caught Beta Dont Get Caught Beta
ID bfdlgkempefaphofoepppnhfbbhgfofi
आधिकारिक URL https://chromewebstore.google.com/detail/dont-get-caught-beta/bfdlgkempefaphofoepppnhfbbhgfofi
विवरण This extension exits all tabs and opens new page.
फ़ाइल का आकार 26.96 KB
स्थापना संख्या 59
वर्तमान संस्करण 0.0.1.2
अंतिम अपडेट 2014-05-27
प्रकाशन तिथि 2014-05-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Shawn Craig
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dont Get Caught Beta",
    "icons": {
        "16": "ICON16.png",
        "48": "ICON48.png",
        "128": "ICON128.png"
    },
    "short_name": "DGC",
    "description": "This extension exits all tabs and opens new page.",
    "version": "0.0.1.2",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "browsingData"
    ],
    "browser_action": {
        "default_title": "DontGetCaught",
        "default_icon": "ICON16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+X"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    },
    "manifest_version": 2
}