Add Nzb Search Link To IMDb
Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.
Qu'est-ce que Add Nzb Search Link To IMDb ?
Add Nzb Search Link To IMDb est une extension Chrome développée par applestoapples, et sa fonction principale est "Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add Nzb Search Link To IMDb
Téléchargez les fichiers d'extension Add Nzb Search Link To IMDb 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
ALPHA Version - This is a very early release, so please bear with the bugs! If you're the kind of person who peruses IMDb to discover movies, then this is the plugin for you! This plugin will add a link underneath the movie title that directs you to your favorite NZB indexer (nzbs.in by default), with the movie name and year already pre-filled as the search criteria! Saves countless clicks and keyboard presses. *NOTE* If you'd like to leave feedback or bug reports: On the Details tab, use the "Send Feedback" link!
Informations de Base sur l'Extension
Nom | |
ID | ficckoaloeoadclcplombfcalnbobpfk |
URL Officiel | https://chrome.google.com/webstore/detail/add-nzb-search-link-to-im/ficckoaloeoadclcplombfcalnbobpfk |
Description | Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered. |
Taille du Fichier | 288 KB |
Nombre d'Installations | 209 |
Version Actuelle | 0.0.2.2 |
Dernière Mise à Jour | 2013-07-31 |
Date de Publication | 2013-07-31 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | applestoapples |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/applestoapples/AddNzbSearchLinkToIMDb |
URL de la Page d'Aide | https://github.com/applestoapples/AddNzbSearchLinkToIMDb |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Nzb Search Link To IMDb", "version": "0.0.2.2", "manifest_version": 2, "description": "Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/addnzbsearchlinktoimdb\/ficckoaloeoadclcplombfcalnbobpfk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "default_locale": "en", "options_page": "src\/options_custom\/index.html", "background": { "scripts": [ "src\/options_custom\/lib\/store.js", "src\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.imdb.com\/title\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/options_custom\/lib\/store.js", "js\/sprintf.js", "src\/options_custom\/manifest.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |