Blitz Blocker
Disable access to selected websites.
什麼是Blitz Blocker?
Blitz Blocker是由Marko Polo開發的Chrome擴展程式,該擴展的主要功能是“Disable access to selected websites.”。
擴展截圖
下載Blitz Blocker擴展crx文件
下載Blitz Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Blitz Blocker is an application meant to boost your productivity and overall mental health by disabling access to certain websites. Stay calm and have fun!
擴展基本資訊
名稱 | |
ID | dhmpfkilnijpenaiehmhepkpmbapamcg |
官方網址 | https://chrome.google.com/webstore/detail/blitz-blocker/dhmpfkilnijpenaiehmhepkpmbapamcg |
簡介 | Disable access to selected websites. |
檔案大小 | 7.77 KB |
安裝次數 | 15 |
目前版本 | 1.2 |
更新時間 | 2014-02-13 |
上架時間 | 2014-02-13 |
評分 | 4.86/5 共 7 次評分 |
開發者 | Marko Polo |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blitz Blocker", "version": "1.2", "description": "Disable access to selected websites.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "browser_action": { "default_title": "Blitz Blocker", "default_icon": "icon_128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/www.blic.rs\/*", "http:\/\/zena.blic.rs\/*", "http:\/\/www.kurir-info.rs\/*", "http:\/\/stil.kurir-info.rs\/*" ], "js": [ "blitzblocker.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "icon_128.png" ] } |