WowHead IFrameBlocker
This extension stops wowhead from using iframes and other advertising annoyances.
What is WowHead IFrameBlocker?
WowHead IFrameBlocker is a Chrome extension developed by Joseph Gordon, and its main feature is "This extension stops wowhead from using iframes and other advertising annoyances.".
Download WowHead IFrameBlocker Extension CRX File
Download WowHead IFrameBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bphdakfechdihlgbkaogkamgccfjkcnd |
Official URL | https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd |
Description | This extension stops wowhead from using iframes and other advertising annoyances. |
File Size | 31.22 KB |
Installation Count | 299 |
Current Version | 1.4 |
Last Updated | 2017-11-05 |
Publish Date | 2017-11-05 |
Rating | 4.60/5 Total 20 Ratings |
Developer | Joseph Gordon |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |