TPB IMDB Pirate Bay Search Plugin
Search The Pirate Bay from IMDB.
Cos'è TPB IMDB Pirate Bay Search Plugin?
TPB IMDB Pirate Bay Search Plugin è un'estensione di Chrome sviluppata da evan.palmer, e la sua funzione principale è "Search The Pirate Bay from IMDB.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TPB IMDB Pirate Bay Search Plugin
Scarica i file di estensione TPB IMDB Pirate Bay Search Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension lets you search The Pirate Bay directly from IMDB. It looks at the title and year and gets the top 5 torrents based on number of people seeding it. When the page loads, you can click on the little Pirate Bay logo to see your download options. The items in the drop down list will open directly in your torrent client (via magnet links). If the plug in couldn't find anything, you'll see a little skull and crossbones that signifies my personal, deep apology to you, the user. Wanna make it better: https://github.com/EvanPalmer/TpbImdbSearch/
Informazioni di Base sull'Estensione
Nome | |
ID | balopjhbkeaphbdgegdgeckdjhoaencd |
URL Ufficiale | https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd |
Descrizione | Search The Pirate Bay from IMDB. |
Dimensione del File | 2.04 MB |
Conteggio Installazioni | 337 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2014-12-13 |
Data di Pubblicazione | 2014-12-13 |
Valutazione | 3.32/5 Totale 19 Valutazioni |
Sviluppatore | evan.palmer |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://evanjpalmer.wordpress.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TPB IMDB Pirate Bay Search Plugin", "version": "0.0.7", "description": "Search The Pirate Bay from IMDB.", "permissions": [ "tabs", "http:\/\/*.thepiratebay.cr\/", "http:\/\/thepiratebay.cr\/" ], "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/ajax-loader.gif", "images\/logo.gif", "images\/logo-not-found.gif" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "css": [ "bootstrap\/css\/bootstrap.css" ], "js": [ "jquery-1.9.1.min.js", "tpbImdbPirateBaySearch.plugin.js", "contentscript_imdb.js" ] } ] } |