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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}