IMDb Redirect
Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
Was ist IMDb Redirect?
IMDb Redirect ist eine Chrome-Erweiterung, die von Tim Weller entwickelt wurde, und ihr Hauptmerkmal ist "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".
Erweiterungsscreenshots
IMDb Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie IMDb Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | IMDb Redirect |
ID | dofchgcjongaccjbpbgpgchlgnfoglle |
Offizielle URL | https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle |
Beschreibung | Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro. |
Dateigröße | 73.38 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-08-29 |
Veröffentlichungsdatum | 2013-06-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tim Weller |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |