Anti Clickbait

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

Anti Clickbait क्या है?

Anti Clickbait http://anti-clickbait.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fighting clickbaits - What's wrong with that? :)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anti Clickbait एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Anti Clickbait Anti Clickbait
ID gogcbainakpfalpojkbeklfdcbolphoi
आधिकारिक URL https://chrome.google.com/webstore/detail/anti-clickbait/gogcbainakpfalpojkbeklfdcbolphoi
विवरण Fighting clickbaits - What's wrong with that? :)
फ़ाइल का आकार 62.79 KB
स्थापना संख्या 363
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2017-10-28
प्रकाशन तिथि 2017-10-28
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर http://anti-clickbait.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://anti-clickbait.com/
गोपनीयता नीति पृष्ठ URL https://etaylib.s3.amazonaws.com/privacy.html
समर्थित भाषाएँ 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'"
}