Hide the troll

Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve.

Hide the troll क्या है?

Hide the troll https://hidethetroll.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve."।

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

screenshot

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

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

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

                        Have you ever been tired scrolling through comments of people that know sh*t but acts like they know everything? Have you ever been tired of people writing things just to p*ss you off? You don't have to waste your time seeing posts you don't want to read.

Once you feed extension with troll names while visiting a forum/webpage all posts written by trolls are hidden. Simple as that. No more rubbish. Of course, you can see the post if you really want - each hidden post has an 'eye' icon to show/hide the post.

Changelog:
0.1.1 to 0.1.4:
* Move 'show post' icon (eye) next to username. Make this place configurable via pages scripts.
* Remove unnecessary files (tagify source code) from build
* Remove unnecessary permissions. Matches for content_scripts automatically requests access to listed sites
* add support for optyczne.pl                    

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

नाम Hide the troll Hide the troll
ID fjkamjklknbahoimbaidpalnpbcbhpgp
आधिकारिक URL https://chromewebstore.google.com/detail/hide-the-troll/fjkamjklknbahoimbaidpalnpbcbhpgp
विवरण Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve.
फ़ाइल का आकार 870 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2017-08-27
प्रकाशन तिथि 2017-08-27
डेवलपर https://hidethetroll.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide the troll",
    "description": "Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve.",
    "version": "0.1.4",
    "icons": {
        "16": "icons\/troll16.png",
        "32": "icons\/troll32.png",
        "48": "icons\/troll48.png",
        "128": "icons\/troll128.png"
    },
    "browser_action": {
        "default_name": "Hide the troll",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.frazpc.pl\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.optyczne.pl\/*"
            ],
            "css": [
                "css\/neutralizer.css"
            ],
            "js": [
                "neutralizer.js"
            ]
        }
    ],
    "manifest_version": 2
}