CatBlock

CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable)

CatBlock là gì?

CatBlock là một tiện ích mở rộng Chrome được phát triển bởi https://getcatblock.com, và tính năng chính của nó là "CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable)".

Ả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 CatBlock

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

                        CatBlock blocks ALL ads (and replaces them with cats) and malware on all websites by default!
We also don't participate in the Acceptable Ads program.

CatBlock is built on top of the original AdBlock, with an ability to replace ads by cats (or whatever you want).
You can also disable replacing ads by cats, so CatBlock can work as a standard ad blocking extension.

We hope you will enjoy our extension :)                    

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

Tên CatBlock CatBlock
ID mdcgnhlfpnbeieiiccmebgkfdebafodo
URL Chính Thức https://chromewebstore.google.com/detail/catblock/mdcgnhlfpnbeieiiccmebgkfdebafodo
Mô tả CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable)
Kích Thước Tệp 1015 KB
Số Lần Cài Đặt 5,441
Phiên Bản Hiện Tại 1.5.1.1
Cập Nhật Lần Cuối 2022-05-22
Ngày Phát Hành 2017-08-11
Đánh Giá 4.58/5 Tổng số 55 Đánh Giá
Nhà Phát Triển https://getcatblock.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://getcatblock.com
URL Trang Trợ Giúp https://github.com/CatBlock/catblock/discussions
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,nl,no,vi,tr,ca,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,gu,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "CatBlock Team",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "button\/popup.html",
        "default_title": "__MSG_catblock_adblock_click_for_details__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/bandaids.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.mail.live.com\/*",
                "*:\/\/*.mastertoons.com\/*",
                "*:\/\/*.mobilmania.cz\/*",
                "*:\/\/*.zive.cz\/*",
                "*:\/\/*.doupe.cz\/*",
                "*:\/\/*.e15.cz\/*",
                "*:\/\/*.sportrevue.cz\/*",
                "*:\/\/*.autorevue.cz\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/jquery.min.js",
                "lib\/punycode.min.js",
                "js\/port.js",
                "js\/functions.js",
                "filtering\/filteroptions.js",
                "js\/adblock_start_common.js",
                "js\/adblock_start_chrome.js",
                "catblock\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "uiscripts\/blacklisting\/rightclick_hook.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *; img-src *;",
    "default_locale": "en",
    "description": "CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable)",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "minimum_chrome_version": "58",
    "name": "CatBlock",
    "optional_permissions": [
        "management"
    ],
    "options_page": "options\/index.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*",
        "contextMenus",
        "idle",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "notifications"
    ],
    "version": "1.5.1.1",
    "web_accessible_resources": [
        "img\/icon24.png",
        "jquery\/css\/images\/ui-bg_inset-hard_100_fcfdfd_1x100.png",
        "jquery\/css\/images\/ui-icons_056b93_256x240.png",
        "jquery\/css\/images\/ui-icons_d8e7f3_256x240.png",
        "jquery\/css\/jquery-ui.custom.css",
        "jquery\/css\/override-page.css",
        "catblock\/pix\/1.jpg",
        "catblock\/pix\/5.jpg",
        "catblock\/pix\/6.jpg",
        "catblock\/pix\/7.jpg",
        "catblock\/pix\/8.jpg",
        "catblock\/pix\/9.jpg",
        "catblock\/pix\/big1.jpg",
        "catblock\/pix\/big2.jpg",
        "catblock\/pix\/big3.jpg",
        "catblock\/pix\/big4.jpg",
        "catblock\/pix\/small1.jpg",
        "catblock\/pix\/small2.jpg",
        "catblock\/pix\/small3.jpg",
        "catblock\/pix\/small4.jpg",
        "catblock\/pix\/small5.jpg",
        "catblock\/pix\/small6.jpg",
        "catblock\/pix\/small7.jpg",
        "catblock\/pix\/small8.jpg",
        "catblock\/pix\/tall3.jpg",
        "catblock\/pix\/tall4.jpg",
        "catblock\/pix\/tall5.jpg",
        "catblock\/pix\/tall6.jpg",
        "catblock\/pix\/wide1.jpg",
        "catblock\/pix\/wide2.jpg",
        "catblock\/pix\/wide3.jpg",
        "catblock\/pix\/wide4.jpg",
        "img\/icon19.png",
        "img\/icon24.png"
    ]
}