Worldcrisis.ru Ad Block
Improves Your experience with worldcrisis.ru.
Wat is Worldcrisis.ru Ad Block?
Worldcrisis.ru Ad Block is een Chrome-extensie ontwikkeld door RobinLab, en de belangrijkste functie is "Improves Your experience with worldcrisis.ru.".
Extensie Screenshots
Download het CRX-bestand van de extensie Worldcrisis.ru Ad Block
Download Worldcrisis.ru Ad Block-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
Tiny extension that effectively removes Ad blocks from worldcrisis.ru portal. Saves Your time and traffic. Pageas are loaded twice as faster! Compare screenshots and decide for yourself.
Basisinformatie over de Extensie
Naam | Worldcrisis.ru Ad Block |
ID | jjldcibcijgobnbacncalpjonjhmohll |
Officiële URL | https://chromewebstore.google.com/detail/worldcrisisru-ad-block/jjldcibcijgobnbacncalpjonjhmohll |
Beschrijving | Improves Your experience with worldcrisis.ru. |
Bestandsgrootte | 19.41 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-04-28 |
Publicatiedatum | 2014-04-27 |
Ontwikkelaar | RobinLab |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.2", "permissions": [ "*:\/\/worldcrisis.ru\/*" ], "offline_enabled": true, "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "icon19.png" }, "default_title": "Ads blocked" }, "content_scripts": [ { "matches": [ "*:\/\/worldcrisis.ru\/*" ], "run_at": "document_start", "all_frames": false, "css": [ "blocked.css", "fonts.css" ], "js": [ "blocked.js", "showicon.js" ] } ], "icons": { "128": "icon128.png", "48": "icon48.png", "19": "icon19.png" }, "manifest_version": 2 } |