IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
Qu'est-ce que IMDb Plot Keywords Sorter ?
IMDb Plot Keywords Sorter est une extension Chrome développée par [email protected], et sa fonction principale est "Sorts the keywords in IMDb Plot Keywords page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDb Plot Keywords Sorter
Téléchargez les fichiers d'extension IMDb Plot Keywords Sorter 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
Torna mais amigável a lista das "plot keywords" no IMDb.
Informations de Base sur l'Extension
Nom | IMDb Plot Keywords Sorter |
ID | oljgehhfljifmmnoliioipkneljhmico |
URL Officiel | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
Description | Sorts the keywords in IMDb Plot Keywords page. |
Taille du Fichier | 12.57 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-02-08 |
Date de Publication | 2015-02-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | [email protected] |
Type de Paiement | free |
Langues Prises en Charge | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDb Plot Keywords Sorter", "version": "1.2", "manifest_version": 2, "description": "Sorts the keywords in IMDb Plot Keywords page.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/title\/*\/keywords", "http:\/\/www.imdb.com\/title\/*\/keywords?*", "https:\/\/www.imdb.com\/title\/*\/keywords", "https:\/\/www.imdb.com\/title\/*\/keywords?*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] } |