Flash Blocker free

Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.

Flash Blocker free là gì?

Flash Blocker free là một tiện ích mở rộng Chrome được phát triển bởi http://flashplugin.net, và tính năng chính của nó là "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.".

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

screenshot

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

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

                        This is a small browser extension that will help to disable Flash ads on any page. You won't be bothered by annoying ads with or without sound. Immediately after installing the expansion will begin to block Flash elements on the page, replacing them not causing irritation pattern. Just click on the picture to see the blocked item. You can add a site to the trusted list and Flash Blocker Free will not block anything on this domain.                    

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

Tên Flash Blocker free Flash Blocker free
ID gejadgkogecdjipdihdemjoafjlolemj
URL Chính Thức https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj
Mô tả Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-10-13
Ngày Phát Hành 2014-10-13
Đánh Giá 2.54/5 Tổng số 26 Đánh Giá
Nhà Phát Triển http://flashplugin.net
Loại Thanh Toán free
Trang Web Mở Rộng http://flashplugin.net/
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Flash Blocker free",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/flashplugin.net\/",
    "version": "1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Flash Blocker free"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}