Hide Business Promotion
Hide the current page's business promotions
Hide Business Promotionคืออะไร?
Hide Business Promotion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zhou Zhikang และคุณลักษณะหลักของมันคือ "Hide the current page's business promotions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Business Promotion
ดาวน์โหลดไฟล์ส่วนขยาย Hide Business Promotion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | agijmdakbhibookfekonppeeapamghnb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb |
คำอธิบาย | Hide the current page's business promotions |
ขนาดไฟล์ | 16.58 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2017-03-07 |
วันที่เผยแพร่ | 2017-03-07 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Zhou Zhikang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Business Promotion", "description": "Hide the current page's business promotions", "version": "1.3", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.baidu.com\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_icon": "icon16.png", "default_title": "Hide this page's business promotions" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |