IMDb Redirect
Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
IMDb Redirectとは何ですか?
IMDb RedirectはTim Wellerによって開発されたChromeの拡張機能で、その主な機能は「Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.」です。
拡張機能のスクリーンショット
IMDb Redirect拡張機能のCRXファイルをダウンロード
IMDb Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you're bugged by your local IMDb sites you are not alone. Country specific IMDb pages contain less information than the "international" version and are frankly looking like a website from 1999. This extension redirects you from any country specific IMDb site to IMDb.com.
拡張機能の基本情報
名前 | IMDb Redirect |
ID | dofchgcjongaccjbpbgpgchlgnfoglle |
公式URL | https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle |
説明 | Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro. |
ファイルサイズ | 73.38 KB |
インストール数 | 45 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-08-29 |
公開日 | 2013-06-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Tim Weller |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_128.png" }, "description": "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.", "name": "IMDb Redirect", "permissions": [ "tabs" ], "version": "1.0.1", "icons": { "128": "icon_128.png", "64": "icon_64.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "manifest_version": 2 } |