BotBlocker

Automatsko blokiranje botova po društvenim mrežama.

What is BotBlocker?

BotBlocker is a Chrome extension developed by BotBlocker, and its main feature is "Automatsko blokiranje botova po društvenim mrežama.".

Extension Screenshots

screenshot
screenshot

Download BotBlocker Extension CRX File

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

                        BotBlocker je besplatan dodatak za vaš pretrazivač koja vam omogućava automatsko blokiranje botova na Twitter-u, kao i blokiranje bilo kog korisnika jednim klikom.

BotBlocker radi tako što naš tim prikuplja podatke profila na Twitter-u za koje smatra da su botovi. Ti podaci se salju u BotBlocker, gde ih on blokira na vašem Twitter nalogu.

BotBlocker je namenjen svima koji provode vreme na društvenim mrežama. Svim slobodnoumnim ljudima koji žele da steknu kontrolu i zaštite se od neželjenih ili zlonamernih ljudi.

Mi blokiramo da vi ne biste morali!

Više o BotBlocker-u možete saznati na https://botblocker.github.io/web

Email: [email protected]
Twitter: @IAmBotBlocker

Main robot icon by Twemoji / CC BY 4.0
All icons and illustrations by icons8.com / CC BY-ND 3.0                    

Extension Basic Information

Name BotBlocker BotBlocker
ID diniknfpmaeilkcenbdakdniejojpkhj
Official URL https://chromewebstore.google.com/detail/botblocker/diniknfpmaeilkcenbdakdniejojpkhj
Description Automatsko blokiranje botova po društvenim mrežama.
File Size 613 KB
Installation Count 58
Current Version 3.8
Last Updated 2019-05-12
Publish Date 2019-05-11
Rating 5.00/5 Total 1 Ratings
Developer BotBlocker
Email [email protected]
Payment Type free
Extension Website https://botblocker.github.io/web/
Privacy Policy Page URL https://botblocker.github.io/web/privatnost
Supported Languages sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BotBlocker",
    "author": "IAmBotBlocker",
    "version": "3.8",
    "description": "Automatsko blokiranje botova po dru\u0161tvenim mre\u017eama.",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/botblocker.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "options\/options.html",
        "img\/*",
        "css\/main.css"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "img\/bot_32.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "img\/bot_16.png",
        "32": "img\/bot_32.png",
        "48": "img\/bot_48.png",
        "72": "img\/bot_72.png",
        "128": "img\/bot_128.png"
    }
}