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. 扩展基本信息
| 名称 | |
| 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
} | |