Anti Clickbait

Fighting clickbaits - What's wrong with that? :)

Co je Anti Clickbait?

Anti Clickbait je rozšíření Chrome vyvinuté http://anti-clickbait.com, a jeho hlavní funkcí je „Fighting clickbaits - What's wrong with that? :)“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Anti Clickbait

Stáhněte si soubory rozšíření Anti Clickbait ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        We are here to make clickbait, fishy and low informed page posts them less painful by adding additional information, directly from the article mentioned in the post.
In some cases, it might help you also in cases you are missing some information and don't really  want to enter a link, although it's not a clickbait, but only missing data on the post.

Please contact us with any idea or problem.

Thanks,
Etay and Itay
http://fb.me/acbextension (fill free to contact us through the page)                    

Základní Informace o Rozšíření

Název Anti Clickbait Anti Clickbait
ID gogcbainakpfalpojkbeklfdcbolphoi
Oficiální URL https://chrome.google.com/webstore/detail/anti-clickbait/gogcbainakpfalpojkbeklfdcbolphoi
Popis Fighting clickbaits - What's wrong with that? :)
Velikost souboru 62.79 KB
Počet instalací 363
Aktuální Verze 1.0.4
Poslední Aktualizace 2017-10-28
Datum Vydání 2017-10-28
Hodnocení 3.86/5 Celkem 7 Hodnocení
Vývojář http://anti-clickbait.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://anti-clickbait.com/
URL Stránky Zásad Ochrany Soukromí https://etaylib.s3.amazonaws.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti Clickbait",
    "short_name": "Anti Clickbait",
    "description": "Fighting clickbaits - What's wrong with that? :)",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": ".\/resources\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                ".\/resources\/jquery-1.11.3.min.js",
                ".\/content\/\/handlers\/facebook.js",
                ".\/content\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                ".\/content\/style.css"
            ]
        }
    ],
    "icons": {
        "128": ".\/resources\/logo.png",
        "16": ".\/resources\/logo.png",
        "48": ".\/resources\/logo.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "\/resources\/loading_spinner.gif"
    ],
    "background": {
        "scripts": [
            ".\/resources\/jquery-1.11.3.min.js",
            ".\/background\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}