Ad Minus

Dismiss ad overlays.

Ad Minus là gì?

Ad Minus là một tiện ích mở rộng Chrome được phát triển bởi ericlawrence, và tính năng chính của nó là "Dismiss ad overlays.".

Ả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 Ad Minus

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

                        Adds an icon to the url bar on supported sites allowing you to dismiss certain ad overlays.

More sites and the ability to add custom sites will be supported in the future. Right now it is only active on Omaha.com.                    

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

Tên Ad Minus Ad Minus
ID iogaabojnbehlhfdigojaopppipmlmjm
URL Chính Thức https://chromewebstore.google.com/detail/ad-minus/iogaabojnbehlhfdigojaopppipmlmjm
Mô tả Dismiss ad overlays.
Kích Thước Tệp 42.32 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-03-16
Ngày Phát Hành 2013-03-16
Nhà Phát Triển ericlawrence
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/squaretone/adminus
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Minus",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Dismiss ad overlays.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.omaha.com\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Remove ad overlay"
    },
    "permissions": [
        "tabs"
    ]
}