Clean IMDb
A cleaner look for IMDb. Full width pages without ads.
Clean IMDbคืออะไร?
Clean IMDb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/c00lextensionz และคุณลักษณะหลักของมันคือ "A cleaner look for IMDb. Full width pages without ads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean IMDb
ดาวน์โหลดไฟล์ส่วนขยาย Clean IMDb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A cleaner look for IMDb. Full width pages without ads. No more distractive flashy backgrounds and animated ads.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clean IMDb |
ID | ingodbhkemojiibhhbfhjaeaciikbiik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clean-imdb/ingodbhkemojiibhhbfhjaeaciikbiik |
คำอธิบาย | A cleaner look for IMDb. Full width pages without ads. |
ขนาดไฟล์ | 11.43 KB |
จำนวนการติดตั้ง | 1,925 |
เวอร์ชันปัจจุบัน | 5.1 |
อัปเดตครั้งล่าสุด | 2023-02-01 |
วันที่เผยแพร่ | 2020-06-17 |
คะแนน | 3.90/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | https://sites.google.com/site/c00lextensionz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean IMDb", "version": "5.1", "description": "A cleaner look for IMDb. Full width pages without ads.", "icons": { "48": "cleanimdb48.png", "128": "cleanimdb128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.imdb.com\/*", "https:\/\/*.imdb.com\/*" ], "run_at": "document_end", "js": [ "cleanimdb.js" ], "css": [ "cleanimdb.css" ] } ], "manifest_version": 3 } |