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 |
| Eメール | [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
} | |