Worldcrisis.ru Ad Block

Improves Your experience with worldcrisis.ru.

Worldcrisis.ru Ad Block là gì?

Worldcrisis.ru Ad Block là một tiện ích mở rộng Chrome được phát triển bởi RobinLab, và tính năng chính của nó là "Improves Your experience with worldcrisis.ru.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Worldcrisis.ru Ad Block

Tải xuống các tệp mở rộng Worldcrisis.ru Ad Block dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Worldcrisis.ru Ad Block Worldcrisis.ru Ad Block
ID jjldcibcijgobnbacncalpjonjhmohll
URL Chính Thức https://chromewebstore.google.com/detail/worldcrisisru-ad-block/jjldcibcijgobnbacncalpjonjhmohll
Mô tả Improves Your experience with worldcrisis.ru.
Kích Thước Tệp 19.41 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-04-28
Ngày Phát Hành 2014-04-27
Nhà Phát Triển RobinLab
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}