TPB IMDB Pirate Bay Search Plugin
Search The Pirate Bay from IMDB.
Co to jest TPB IMDB Pirate Bay Search Plugin?
TPB IMDB Pirate Bay Search Plugin to rozszerzenie Chrome opracowane przez evan.palmer, a jego główną funkcją jest „Search The Pirate Bay from IMDB.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TPB IMDB Pirate Bay Search Plugin
Pobierz pliki rozszerzeń TPB IMDB Pirate Bay Search Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | balopjhbkeaphbdgegdgeckdjhoaencd |
Oficjalny URL | https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd |
Opis | Search The Pirate Bay from IMDB. |
Rozmiar pliku | 2.04 MB |
Liczba instalacji | 337 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2014-12-13 |
Data Publikacji | 2014-12-13 |
Ocena | 3.32/5 Łącznie 19 Oceny |
Deweloper | evan.palmer |
Typ Płatności | free |
Strona Rozszerzenia | http://evanjpalmer.wordpress.com |
Obsługiwane Języki | 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" ] } ] } |