Worldcrisis.ru Ad Block

Improves Your experience with worldcrisis.ru.

Worldcrisis.ru Ad Blockคืออะไร?

Worldcrisis.ru Ad Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RobinLab และคุณลักษณะหลักของมันคือ "Improves Your experience with worldcrisis.ru."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worldcrisis.ru Ad Block

ดาวน์โหลดไฟล์ส่วนขยาย Worldcrisis.ru Ad Block ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Worldcrisis.ru Ad Block Worldcrisis.ru Ad Block
ID jjldcibcijgobnbacncalpjonjhmohll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/worldcrisisru-ad-block/jjldcibcijgobnbacncalpjonjhmohll
คำอธิบาย Improves Your experience with worldcrisis.ru.
ขนาดไฟล์ 19.41 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-04-28
วันที่เผยแพร่ 2014-04-27
ผู้พัฒนา RobinLab
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}