百度推广优化
百度搜索结果页隐藏广告插件
百度推广优化คืออะไร?
百度推广优化 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhengfei911 และคุณลักษณะหลักของมันคือ "百度搜索结果页隐藏广告插件"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 百度推广优化
ดาวน์โหลดไฟล์ส่วนขยาย 百度推广优化 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dcbjckkamhnldbpiigohjemededecpeg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/%E7%99%BE%E5%BA%A6%E6%8E%A8%E5%B9%BF%E4%BC%98%E5%8C%96/dcbjckkamhnldbpiigohjemededecpeg |
คำอธิบาย | 百度搜索结果页隐藏广告插件 |
ขนาดไฟล์ | 55.53 KB |
จำนวนการติดตั้ง | 516 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2016-07-03 |
วันที่เผยแพร่ | 2016-07-03 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | zhengfei911 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/fly9i/ban_baidu_ad |
URL หน้าช่วยเหลือ | https://github.com/fly9i/ban_baidu_ad |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u767e\u5ea6\u63a8\u5e7f\u4f18\u5316", "version": "0.1.2", "manifest_version": 2, "description": "\u767e\u5ea6\u641c\u7d22\u7ed3\u679c\u9875\u9690\u85cf\u5e7f\u544a\u63d2\u4ef6", "browser_action": { "default_icon": "icon.png", "default_title": "\u767e\u5ea6\u63a8\u5e7f\u4f18\u5316", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "webNavigation", "storage", "http:\/\/www.baidu.com\/s*", "https:\/\/www.baidu.com\/s*" ], "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.baidu.com\/*", "https:\/\/www.baidu.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.3.min.js", "content.js" ] } ], "web_accessible_resources": [ "icons\/iconfont.eot", "icons\/iconfont.woff", "icons\/iconfont.svg", "icons\/iconfont.ttf", "setting.html" ] } |