Anti Clickbait

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

Anti Clickbait là gì?

Anti Clickbait là một tiện ích mở rộng Chrome được phát triển bởi http://anti-clickbait.com, và tính năng chính của nó là "Fighting clickbaits - What's wrong with that? :)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti Clickbait

Tải xuống các tệp mở rộng Anti Clickbait dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti Clickbait Anti Clickbait
ID gogcbainakpfalpojkbeklfdcbolphoi
URL Chính Thức https://chrome.google.com/webstore/detail/anti-clickbait/gogcbainakpfalpojkbeklfdcbolphoi
Mô tả Fighting clickbaits - What's wrong with that? :)
Kích Thước Tệp 62.79 KB
Số Lần Cài Đặt 363
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-10-28
Ngày Phát Hành 2017-10-28
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://anti-clickbait.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://anti-clickbait.com/
URL Trang Chính Sách Bảo Mật https://etaylib.s3.amazonaws.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}