QuickBlock
This extension allows you to temporarily block images and scripts.
QuickBlockとは何ですか?
QuickBlockはhttps://genggoen.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to temporarily block images and scripts.」です。
拡張機能のスクリーンショット
QuickBlock拡張機能のCRXファイルをダウンロード
QuickBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
QuickBlock is made up of two content blockers (an image blocker and a script blocker) that can be turned on and off separately. Each content blocker internally uses your browser's built-in content blocker that targets the same content type to block contents efficiently. For example, if you turn on the image blocker, it temporarily takes control of the built-in image blocker to block images for all websites. And if you turn it off, the built-in image blocker is restored to its original settings.
You can turn content blockers on and off using:
- toolbar icon
- keyboard shortcut
For more information, see "QuickBlock User Guide" (click "Website" on the right side of this page). 拡張機能の基本情報
| 名前 | |
| ID | jlkpnekpomdbobkdokohimfcbgcpldfp |
| 公式URL | https://chromewebstore.google.com/detail/quickblock/jlkpnekpomdbobkdokohimfcbgcpldfp |
| 説明 | This extension allows you to temporarily block images and scripts. |
| ファイルサイズ | 34.75 KB |
| インストール数 | 3,109 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2021-12-16 |
| 公開日 | 2019-07-27 |
| 評価 | 4.39/5 合計 36 レビュー |
| 開発者 | https://genggoen.blogspot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://genggoen.blogspot.com/2016/09/quickblock-userguide.html |
| プライバシーポリシーページのURL | https://genggoen.blogspot.com/2019/07/privacy-policy.html |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2.0.0",
"description": "__MSG_extDescription__",
"permissions": [
"contentSettings",
"storage"
],
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"default_locale": "en",
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"24": "assets\/icon24.png",
"32": "assets\/icon32.png"
}
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"options_page": "options\/options_page.html",
"commands": {
"block": {
"description": "__MSG_blockCommand__"
},
"block2": {
"description": "__MSG_blockCommand2__"
},
"block3": {
"description": "__MSG_blockCommand3__"
},
"block4": {
"description": "__MSG_blockCommand4__"
},
"block5": {
"description": "__MSG_blockCommand5__"
},
"block6": {
"description": "__MSG_blockCommand6__"
}
}
} | |