UltraSurf Ad Blocker
Blocks the Ultra Surf popup network usage
UltraSurf Ad Blockerคืออะไร?
UltraSurf Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thegeekestofall และคุณลักษณะหลักของมันคือ "Blocks the Ultra Surf popup network usage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UltraSurf Ad Blocker
ดาวน์โหลดไฟล์ส่วนขยาย UltraSurf Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It helps the user to get rid off annoying ad tabs from Ultra Surf
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lipagiadamcpecbedfanagiflejiiand |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ultrasurf-ad-blocker/lipagiadamcpecbedfanagiflejiiand |
คำอธิบาย | Blocks the Ultra Surf popup network usage |
ขนาดไฟล์ | 8.98 KB |
จำนวนการติดตั้ง | 2,418 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2023-02-23 |
วันที่เผยแพร่ | 2023-02-22 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | thegeekestofall |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UltraSurf Ad Blocker", "action": [], "manifest_version": 3, "version": "0.1", "description": "Blocks the Ultra Surf popup network usage", "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "icons": { "32": "\/files\/i32.png", "48": "\/files\/i48.png" } } |