IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
What is IMDb Plot Keywords Sorter?
IMDb Plot Keywords Sorter is a Chrome extension developed by [email protected], and its main feature is "Sorts the keywords in IMDb Plot Keywords page.".
Extension Screenshots
Download IMDb Plot Keywords Sorter Extension CRX File
Download IMDb Plot Keywords Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Torna mais amigável a lista das "plot keywords" no IMDb.
Extension Basic Information
Name | IMDb Plot Keywords Sorter |
ID | oljgehhfljifmmnoliioipkneljhmico |
Official URL | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
Description | Sorts the keywords in IMDb Plot Keywords page. |
File Size | 12.57 KB |
Installation Count | 20 |
Current Version | 1.2 |
Last Updated | 2015-02-08 |
Publish Date | 2015-02-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | [email protected] |
Payment Type | free |
Supported Languages | 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" } ] } |