IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
Co to jest IMDb Plot Keywords Sorter?
IMDb Plot Keywords Sorter to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Sorts the keywords in IMDb Plot Keywords page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IMDb Plot Keywords Sorter
Pobierz pliki rozszerzeń IMDb Plot Keywords Sorter 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
Torna mais amigável a lista das "plot keywords" no IMDb.
Podstawowe informacje o rozszerzeniu
Nazwa | IMDb Plot Keywords Sorter |
ID | oljgehhfljifmmnoliioipkneljhmico |
Oficjalny URL | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
Opis | Sorts the keywords in IMDb Plot Keywords page. |
Rozmiar pliku | 12.57 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-02-08 |
Data Publikacji | 2015-02-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | [email protected] |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |