Anti Clickbait

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

Anti Clickbait란 무엇입니까?

Anti Clickbait은(는) http://anti-clickbait.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fighting clickbaits - What's wrong with that? :)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Anti Clickbait 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}