Clean IMDb
A cleaner look for IMDb. Full width pages without ads.
什麼是Clean IMDb?
Clean IMDb是由https://sites.google.com/site/c00lextensionz開發的Chrome擴展程式,該擴展的主要功能是“A cleaner look for IMDb. Full width pages without ads.”。
擴展截圖
下載Clean IMDb擴展crx文件
下載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 |
官方網址 | 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 } |