Ad Minus

Dismiss ad overlays.

Ad Minusคืออะไร?

Ad Minus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ericlawrence และคุณลักษณะหลักของมันคือ "Dismiss ad overlays."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Minus

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

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

                        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.                    

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

ชื่อ Ad Minus Ad Minus
ID iogaabojnbehlhfdigojaopppipmlmjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ad-minus/iogaabojnbehlhfdigojaopppipmlmjm
คำอธิบาย Dismiss ad overlays.
ขนาดไฟล์ 42.32 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-03-16
วันที่เผยแพร่ 2013-03-16
ผู้พัฒนา ericlawrence
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/squaretone/adminus
ภาษาที่รองรับ 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"
    ]
}