WowHead IFrameBlocker

This extension stops wowhead from using iframes and other advertising annoyances.

WowHead IFrameBlocker là gì?

WowHead IFrameBlocker là một tiện ích mở rộng Chrome được phát triển bởi Joseph Gordon, và tính năng chính của nó là "This extension stops wowhead from using iframes and other advertising annoyances.".

Tải xuống tệp CRX của tiện ích mở rộng WowHead IFrameBlocker

Tải xuống các tệp mở rộng WowHead IFrameBlocker 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

                                            

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

Tên WowHead IFrameBlocker WowHead IFrameBlocker
ID bphdakfechdihlgbkaogkamgccfjkcnd
URL Chính Thức https://chrome.google.com/webstore/detail/wowhead-iframeblocker/bphdakfechdihlgbkaogkamgccfjkcnd
Mô tả This extension stops wowhead from using iframes and other advertising annoyances.
Kích Thước Tệp 31.22 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-11-05
Ngày Phát Hành 2017-11-05
Đánh Giá 4.60/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Joseph Gordon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowHead IFrameBlocker",
    "description": "This extension stops wowhead from using iframes and other advertising annoyances.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wowhead.com\/*"
            ],
            "js": [
                "jquery.js",
                "injector.js"
            ],
            "css": [
                "injector.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.wowhead.com\/*"
    ]
}