Stealth Mode

Removes like buttons and comment buttons from social media websites.

What is Stealth Mode?

Stealth Mode is a Chrome extension developed by Victor Williams, and its main feature is "Removes like buttons and comment buttons from social media websites.".

Download Stealth Mode Extension CRX File

Download Stealth Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Stealth Mode Stealth Mode
ID nokegfiejgddoepimjhieebcelanmkjf
Official URL https://chromewebstore.google.com/detail/stealth-mode/nokegfiejgddoepimjhieebcelanmkjf
Description Removes like buttons and comment buttons from social media websites.
File Size 40.49 KB
Installation Count 13
Current Version 1.0.0
Last Updated 2016-02-29
Publish Date 2016-02-28
Developer Victor Williams
Email [email protected]
Payment Type free
Extension Website http://devpost.com/software/sneaky
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stealth Mode",
    "description": "Removes like buttons and comment buttons from social media websites.",
    "version": "1.0.0",
    "icons": {
        "128": "stealth.png"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/",
        "http:\/\/www.facebook.com\/",
        "https:\/\/www.twitter.com\/",
        "http:\/\/www.twitter.com\/",
        "https:\/\/www.instagram.com\/",
        "http:\/\/www.instagram.com\/",
        "https:\/\/www.tumblr.com\/",
        "http:\/\/www.tumblr.com\/",
        "https:\/\/www.linkedin.com\/",
        "http:\/\/www.linkedin.com\/",
        "https:\/\/www.github.com\/",
        "http:\/\/www.github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*",
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*",
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.github.com\/*",
                "https:\/\/www.github.com\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "stealth.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Stealth",
        "default_icon": "stealth.png"
    }
}