remove google ads

谷歌搜索结果页隐藏广告插件,remove google ads

remove google adsคืออะไร?

remove google ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jayden และคุณลักษณะหลักของมันคือ "谷歌搜索结果页隐藏广告插件,remove google ads"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย remove google ads

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

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

                        屏蔽谷歌广告,remove google ads                    

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

ชื่อ remove google ads remove google ads
ID hhldakkcecilkdggdeacknppkkonkpnj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/remove-google-ads/hhldakkcecilkdggdeacknppkkonkpnj
คำอธิบาย 谷歌搜索结果页隐藏广告插件,remove google ads
ขนาดไฟล์ 56.15 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2016-09-19
วันที่เผยแพร่ 2016-09-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jayden
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "\u5c4f\u853d\u8c37\u6b4c\u5e7f\u544a\uff0cremove google ads"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "description": "\u8c37\u6b4c\u641c\u7d22\u7ed3\u679c\u9875\u9690\u85cf\u5e7f\u544a\u63d2\u4ef6\uff0cremove google ads",
    "manifest_version": 2,
    "name": "remove google ads",
    "permissions": [
        "notifications",
        "tabs",
        "webNavigation",
        "storage",
        "http:\/\/www.baidu.com\/s*",
        "https:\/\/www.baidu.com\/s*"
    ],
    "version": "0.1.5",
    "web_accessible_resources": [
        "icons\/iconfont.eot",
        "icons\/iconfont.woff",
        "icons\/iconfont.svg",
        "icons\/iconfont.ttf",
        "setting.html"
    ]
}