Hide the troll

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

Hide the trollคืออะไร?

Hide the troll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hidethetroll.com และคุณลักษณะหลักของมันคือ "Hide annoying trolls demolishing your favorite forums. Make them invisible. Make them starve."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide the troll

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

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

                        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
}