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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |