Antibait

Protects you from clickbaits.

Antibait là gì?

Antibait là một tiện ích mở rộng Chrome được phát triển bởi https://www.antibait.com, và tính năng chính của nó là "Protects you from clickbaits.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Antibait 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

                        With Antibait you can see the description and the title of the contents before click on it. And also you can filter unwanted contents.

Supported sites:

buzzfeed.com
edition.cnn.com
europe.newsweek.com
huffingtonpost.com
theatlantic.com
theguardian.com
more to come ...                    

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

Tên Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
URL Chính Thức https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
Mô tả Protects you from clickbaits.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-02-12
Ngày Phát Hành 2017-02-12
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.antibait.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.antibait.com
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Antibait",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "options_page": "page\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "",
        "notifications"
    ]
}