IMDb Redirect
Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
Qu'est-ce que IMDb Redirect ?
IMDb Redirect est une extension Chrome développée par Tim Weller, et sa fonction principale est "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDb Redirect
Téléchargez les fichiers d'extension IMDb Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | IMDb Redirect |
ID | dofchgcjongaccjbpbgpgchlgnfoglle |
URL Officiel | https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle |
Description | Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro. |
Taille du Fichier | 73.38 KB |
Nombre d'Installations | 45 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-08-29 |
Date de Publication | 2013-06-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Tim Weller |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |