WowHead IFrameBlocker
This extension stops wowhead from using iframes and other advertising annoyances.
WowHead IFrameBlockerとは何ですか?
WowHead IFrameBlockerはJoseph Gordonによって開発されたChromeの拡張機能で、その主な機能は「This extension stops wowhead from using iframes and other advertising annoyances.」です。
WowHead IFrameBlocker拡張機能のCRXファイルをダウンロード
WowHead IFrameBlocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | bphdakfechdihlgbkaogkamgccfjkcnd |
公式URL | https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd |
説明 | This extension stops wowhead from using iframes and other advertising annoyances. |
ファイルサイズ | 31.22 KB |
インストール数 | 299 |
現在のバージョン | 1.4 |
最終更新日 | 2017-11-05 |
公開日 | 2017-11-05 |
評価 | 4.60/5 合計 20 レビュー |
開発者 | Joseph Gordon |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WowHead IFrameBlocker", "description": "This extension stops wowhead from using iframes and other advertising annoyances.", "version": "1.4", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.wowhead.com\/*" ], "js": [ "jquery.js", "injector.js" ], "css": [ "injector.css" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "*:\/\/*.wowhead.com\/*" ] } |