Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Co to jest Letterboxd + The Pirate Bay links?
Letterboxd + The Pirate Bay links to rozszerzenie Chrome opracowane przez Andreas P, a jego główną funkcją jest „Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Letterboxd + The Pirate Bay links
Pobierz pliki rozszerzeń Letterboxd + The Pirate Bay links 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
Creates links for searching The Pirate Bay for the currently selected film's title.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Oficjalny URL | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Opis | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
Rozmiar pliku | 276 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0.0.4 |
Ostatnia Aktualizacja | 2012-10-07 |
Data Publikacji | 2012-10-07 |
Ocena | 1.00/5 Łącznie 4 Oceny |
Deweloper | Andreas P |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd + The Pirate Bay links", "version": "1.0.0.4", "manifest_version": 2, "description": "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/letterboxd.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "tbp-icon.png" ] } |