Stealth Mode

Removes like buttons and comment buttons from social media websites.

Stealth Modeคืออะไร?

Stealth Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victor Williams และคุณลักษณะหลักของมันคือ "Removes like buttons and comment buttons from social media websites."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stealth Mode

ดาวน์โหลดไฟล์ส่วนขยาย Stealth Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stealth Mode Stealth Mode
ID nokegfiejgddoepimjhieebcelanmkjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stealth-mode/nokegfiejgddoepimjhieebcelanmkjf
คำอธิบาย Removes like buttons and comment buttons from social media websites.
ขนาดไฟล์ 40.49 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-02-29
วันที่เผยแพร่ 2016-02-28
ผู้พัฒนา Victor Williams
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://devpost.com/software/sneaky
ภาษาที่รองรับ 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"
    }
}