Antibot

Ubiva botovske komentare

Qu'est-ce que Antibot ?

Antibot est une extension Chrome développée par jablan, et sa fonction principale est "Ubiva botovske komentare".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Antibot

Téléchargez les fichiers d'extension Antibot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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č.                    

Informations de Base sur l'Extension

Nom Antibot Antibot
ID ofbpdhaogicambokagabejmogogeepgi
URL Officiel https://chromewebstore.google.com/detail/antibot/ofbpdhaogicambokagabejmogogeepgi
Description Ubiva botovske komentare
Taille du Fichier 62.78 KB
Nombre d'Installations 15
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-04-01
Date de Publication 2016-04-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur jablan
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}