Angry Cat Site Block

Block any website from your browser for free

什麼是Angry Cat Site Block?

Angry Cat Site Block是由thomasbayy開發的Chrome擴展程式,該擴展的主要功能是“Block any website from your browser for free”。

擴展截圖

screenshot
screenshot

下載Angry Cat Site Block擴展crx文件

下載Angry Cat Site Block擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A free, easy to use site blocker, that will show you an angry cat, telling you to get back to work, whenever you are blocked.

Completely free, no paid features.

Can block any words, websites etc. from the url.
This includes things such as "google", "google.com", "www.google.com" etc.
Any word that matches the url, will result in a block, which means that even single letters such as "e" will also work, even though I would not recommend to do so.                    

擴展基本資訊

名稱 Angry Cat Site Block Angry Cat Site Block
ID njlndibfjkaigciohbfdglklhechhnlc
官方網址 https://chromewebstore.google.com/detail/angry-cat-site-block/njlndibfjkaigciohbfdglklhechhnlc
簡介 Block any website from your browser for free
檔案大小 19.23 KB
安裝次數 37
目前版本 1.1
更新時間 2022-08-11
上架時間 2022-07-31
評分 5.00/5 共 1 次評分
開發者 thomasbayy
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angry Cat Site Block",
    "description": "Block any website from your browser for free",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Thomas Bay-J\u00f8rgensen - Thomasbayy @ GitHub",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "interface.html"
    },
    "icons": {
        "16": "icons\/angry_cat_16.png",
        "32": "icons\/angry_cat_32.png",
        "48": "icons\/angry_cat_48.png",
        "128": "icons\/angry_cat_128.png"
    }
}