WAB - Wise Ads Block

Removes annoying ads

WAB - Wise Ads Blockคืออะไร?

WAB - Wise Ads Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lart และคุณลักษณะหลักของมันคือ "Removes annoying ads"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAB - Wise Ads Block

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

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

                        WAB  - is a wise add blocking. WAB can block many types of annoying ads, like ones interrupting film, while you are watching them on range of popular sites - ex.ua,megogo.net,youtube.com, kinogo.co.

With our product there is no need to wait for irritating ads to stop. Due to detailed research we have figured out what exactly is needed to be blocked, so don’t worry – you will not miss anything important. 

We are not aiming to block all internet ads, as we realize that many sites survive due to it. We only try to help you to get rid of annoying information, which appears above content you need, not allowing you to get access to that information.                    

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

ชื่อ WAB - Wise Ads Block WAB - Wise Ads Block
ID alcmakjhknigccfidaelkafjmfifkhkc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wab-wise-ads-block/alcmakjhknigccfidaelkafjmfifkhkc
คำอธิบาย Removes annoying ads
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 5.8
อัปเดตครั้งล่าสุด 2016-05-19
วันที่เผยแพร่ 2016-05-19
คะแนน 3.76/5 รวมทั้งหมด 413 คะแนน
ผู้พัฒนา Lart
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "short_name": "WAB",
    "description": "__MSG_app_description__",
    "version": "5.8",
    "default_locale": "en",
    "author": "Lart ",
    "background": {
        "scripts": [
            "libs\/jquery-2.0.3.min.js",
            "libs\/functions.js",
            "libs\/elementTypes.js",
            "libs\/core.js",
            "libs\/stats.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/wab.lart.com.ua https:\/\/wab.oweb.loc; object-src 'self'",
    "web_accessible_resources": [
        "libs\/jquery-2.0.3.min.js",
        "libs\/html_checker.js"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/functions.js",
                "libs\/html_checker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}