Antibot

Ubiva botovske komentare

What is Antibot?

Antibot is a Chrome extension developed by jablan, and its main feature is "Ubiva botovske komentare".

Extension Screenshots

screenshot

Download Antibot Extension CRX File

Download Antibot 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

                        Dok čitate vesti na sajtu B92 (drugi sajtovi biće dodavani ako za tim bude potrebe), možete označiti komentare koje pišu botovi kliktanjem na dugmence sa sendvičem. Ti komentari biće ubuduće sakriveni od vas, a ako dovoljno korisnika glasa, i od ostalih korisnika ove ekstenzije. Na taj način, sebi i ostalim korisnicima, olakšaćete život, a botovima zagorčati sendvič.                    

Extension Basic Information

Name Antibot Antibot
ID ofbpdhaogicambokagabejmogogeepgi
Official URL https://chromewebstore.google.com/detail/antibot/ofbpdhaogicambokagabejmogogeepgi
Description Ubiva botovske komentare
File Size 62.78 KB
Installation Count 15
Current Version 0.0.3
Last Updated 2016-04-01
Publish Date 2016-04-01
Rating 3.00/5 Total 2 Ratings
Developer jablan
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Antibot",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Ubiva botovske komentare",
    "homepage_url": "http:\/\/antibot.radioni.ca",
    "icons": {
        "16": "icons\/nesendvic16.png",
        "48": "icons\/nesendvic48.png",
        "128": "icons\/nesendvic128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "http:\/\/localhost:3000\/*",
        "http:\/\/antibot.radioni.ca\/*"
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.b92.net\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "js\/jquery-2.2.0.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}