B9DM Ad Blocker - Hide ads!
Hide B9DM's ads.
Wat is B9DM Ad Blocker - Hide ads!?
B9DM Ad Blocker - Hide ads! is een Chrome-extensie ontwikkeld door 籠しずく, en de belangrijkste functie is "Hide B9DM's ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie B9DM Ad Blocker - Hide ads!
Download B9DM Ad Blocker - Hide ads!-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
Hide B9DM's ads.
Basisinformatie over de Extensie
Naam | |
ID | ameipjlkmpcdaaleombfapgedflkhjoh |
Officiële URL | https://chromewebstore.google.com/detail/b9dm-ad-blocker-hide-ads/ameipjlkmpcdaaleombfapgedflkhjoh |
Beschrijving | Hide B9DM's ads. |
Bestandsgrootte | 26.04 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-04-07 |
Publicatiedatum | 2017-04-06 |
Ontwikkelaar | 籠しずく |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Shizuku Kono", "icons": { "128": "assets\/icons\/icon128.png", "48": "assets\/icons\/icon48.png", "32": "assets\/icons\/icon32.png" }, "default_locale": "en", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background\/blocking.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/up.b9dm.com\/*" ], "css": [ "content_scripts\/b9dm.css" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "*:\/\/streamin.to\/*" ], "css": [ "content_scripts\/streamin.css" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "*:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |