WowHead IFrameBlocker
This extension stops wowhead from using iframes and other advertising annoyances.
Wat is WowHead IFrameBlocker?
WowHead IFrameBlocker is een Chrome-extensie ontwikkeld door Joseph Gordon, en de belangrijkste functie is "This extension stops wowhead from using iframes and other advertising annoyances.".
Download het CRX-bestand van de extensie WowHead IFrameBlocker
Download WowHead IFrameBlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | bphdakfechdihlgbkaogkamgccfjkcnd |
Officiële URL | https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd |
Beschrijving | This extension stops wowhead from using iframes and other advertising annoyances. |
Bestandsgrootte | 31.22 KB |
Aantal Installaties | 299 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2017-11-05 |
Publicatiedatum | 2017-11-05 |
Beoordeling | 4.60/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Joseph Gordon |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |