Troll Killer Box

Des images anti-troll

What is Troll Killer Box?

Troll Killer Box is a Chrome extension developed by SimplonProd, and its main feature is "Des images anti-troll".

Extension Screenshots

screenshot

Download Troll Killer Box Extension CRX File

Download Troll Killer Box 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

                        Un collégien sur cinq est confronté à la cyberviolence, d’après une enquête de l’Education nationale. Comment y répondre ? Troll Killer Box propose une bibliothèque d’images humoristiques renouvelées régulièrement grâce aux propositions des utilisateurs. Avis aux créatifs, vous pouvez aussi personnaliser votre message anti-haine !                    

Extension Basic Information

Name Troll Killer Box Troll Killer Box
ID nagpabmhgdiejdjmhhamocemdbkhhmkj
Official URL https://chromewebstore.google.com/detail/troll-killer-box/nagpabmhgdiejdjmhhamocemdbkhhmkj
Description Des images anti-troll
File Size 234 KB
Installation Count 10
Current Version 1.12.0
Last Updated 2018-02-05
Publish Date 2018-02-05
Rating 5.00/5 Total 1 Ratings
Developer SimplonProd
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Troll Killer Box",
    "description": "Des images anti-troll",
    "version": "1.12.0",
    "browser_action": {
        "default_title": "Troll Killer Box",
        "default_icon": {
            "40": "assets\/img\/favicon-40.png",
            "128": "assets\/img\/favicon.png"
        },
        "default_popup": "index.html"
    },
    "author": "Simplon Prod",
    "icons": {
        "48": "assets\/img\/favicon.png"
    },
    "permissions": [
        "*:\/\/trollkillerbox.com\/*",
        "*:\/\/trollkillerbox.com\/imagesText\/*"
    ],
    "web_accessible_resources": [
        "assets\/img\/favicon.png"
    ],
    "content_scripts": [
        {
            "js": [
                "include\/ExtensionTwitter.js",
                "include\/ExtensionFB.js",
                "include\/content.js"
            ],
            "css": [
                "include\/content.css"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ]
}