StalkerMode

Disables/Hides fb social activity buttons (like, comment, share, add etc)

StalkerMode क्या है?

StalkerMode tsleeve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables/Hides fb social activity buttons (like, comment, share, add etc)"।

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

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

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

                        Prevents clicking of social activity buttons when stalking people on fb. 
When clicked on, it disables like, comment, share, add friend, post on timeline etc buttons and removes your hanging comment inputbox under posts. 
You have to press the icon for each fb tab you want to secure. 
It can handle multiple tabs at the same time. 
(So, if you want to return to normal, just open a new tab)                    

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

नाम StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
आधिकारिक URL https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
विवरण Disables/Hides fb social activity buttons (like, comment, share, add etc)
फ़ाइल का आकार 68.21 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2016-12-31
प्रकाशन तिथि 2016-12-31
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर tsleeve
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StalkerMode",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Disables\/Hides fb social activity buttons (like, comment, share, add etc)",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Click to activate for each fb Tab",
        "default_icon": "no-facebook-like.png"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "http:\/\/www.facebook.com\/*",
        "tabs"
    ]
}