Worldcrisis.ru Ad Block

Improves Your experience with worldcrisis.ru.

Hvad er Worldcrisis.ru Ad Block?

Worldcrisis.ru Ad Block er en Chrome-udvidelse udviklet af RobinLab, og dens hovedfunktion er "Improves Your experience with worldcrisis.ru.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Worldcrisis.ru Ad Block-udvidelses-CRX-fil

Download Worldcrisis.ru Ad Block-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Worldcrisis.ru Ad Block Worldcrisis.ru Ad Block
ID jjldcibcijgobnbacncalpjonjhmohll
Officiel URL https://chromewebstore.google.com/detail/worldcrisisru-ad-block/jjldcibcijgobnbacncalpjonjhmohll
Beskrivelse Improves Your experience with worldcrisis.ru.
Filstørrelse 19.41 KB
Antal Installationer 24
Nuværende Version 0.2
Senest Opdateret 2014-04-28
Udgivelsesdato 2014-04-27
Udvikler RobinLab
Betalingsmetode free
Understøttede Sprog 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
}