Vanish

A css/js modifier to instantly vanish your webpage

Vanish क्या है?

Vanish Oath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A css/js modifier to instantly vanish your webpage"।

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

screenshot
screenshot

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

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

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

                        Hello user, thank you for checking out Vanish.

Vanish is an extremely simple trigger-based extension that "vanish"es your webpage! Set a hotkey (or use the default command+shift+9 mac / control+shift+9 windows) for maximum Vanishing!

App and design by Oath

Icon made by Freepik from www.flaticon.com

-------------------------------
Update log 
-------------------------------
v.0.0.0.2
- URL Hashing/unhashing functionality added for window history - now your url will be partially masked as well!

v.0.0.0.3
- Icon updates
- Optimize class hiding strategies
- fix class removal for sites with html classes                    

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

नाम Vanish Vanish
ID pbbkobkednnllmihpodidmbbbihkchaf
आधिकारिक URL https://chromewebstore.google.com/detail/vanish/pbbkobkednnllmihpodidmbbbihkchaf
विवरण A css/js modifier to instantly vanish your webpage
फ़ाइल का आकार 28.42 KB
स्थापना संख्या 33
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2020-02-01
प्रकाशन तिथि 2020-02-01
डेवलपर Oath
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vanish",
    "description": "A css\/js modifier to instantly vanish your webpage",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "src\/resources\/img\/icon.png",
        "default_title": "Vanish"
    },
    "icons": {
        "16": "src\/resources\/img\/icon16.png",
        "48": "src\/resources\/img\/icon48.png",
        "128": "src\/resources\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/css\/cssBox.css"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+8",
                "windows": "Ctrl+Shift+8"
            }
        }
    }
}