Amazon MiniTV AdBlocker
Blocks ads in Amazon MiniTV
Amazon MiniTV AdBlockerคืออะไร?
Amazon MiniTV AdBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thegeekestofall และคุณลักษณะหลักของมันคือ "Blocks ads in Amazon MiniTV"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon MiniTV AdBlocker
ดาวน์โหลดไฟล์ส่วนขยาย Amazon MiniTV AdBlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension blocks the ads coming from the amazon servers to the users. The extensions helps the users to get a seamless content experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon MiniTV AdBlocker |
ID | nlkkhdidnadclaajbpmhihbeccellili |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-minitv-adblocker/nlkkhdidnadclaajbpmhihbeccellili |
คำอธิบาย | Blocks ads in Amazon MiniTV |
ขนาดไฟล์ | 10.44 KB |
จำนวนการติดตั้ง | 1,644 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2023-12-28 |
วันที่เผยแพร่ | 2023-01-28 |
คะแนน | 2.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | thegeekestofall |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon MiniTV AdBlocker", "manifest_version": 3, "version": "0.2", "description": "Blocks ads in Amazon MiniTV", "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "icons": { "32": "\/files\/i2.png", "48": "\/files\/ii3.png" } } |