IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
Apa itu IMDb Plot Keywords Sorter?
IMDb Plot Keywords Sorter adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Sorts the keywords in IMDb Plot Keywords page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IMDb Plot Keywords Sorter
Unduh file ekstensi IMDb Plot Keywords Sorter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Torna mais amigável a lista das "plot keywords" no IMDb.
Informasi Dasar Ekstensi
Nama | IMDb Plot Keywords Sorter |
ID | oljgehhfljifmmnoliioipkneljhmico |
URL Resmi | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
Deskripsi | Sorts the keywords in IMDb Plot Keywords page. |
Ukuran File | 12.57 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-02-08 |
Tanggal Publikasi | 2015-02-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | [email protected] |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |