IMDb Plot Keywords Sorter
Sorts the keywords in IMDb Plot Keywords page.
Wat is IMDb Plot Keywords Sorter?
IMDb Plot Keywords Sorter is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Sorts the keywords in IMDb Plot Keywords page.".
Extensie Screenshots
Download het CRX-bestand van de extensie IMDb Plot Keywords Sorter
Download IMDb Plot Keywords Sorter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Torna mais amigável a lista das "plot keywords" no IMDb. Basisinformatie over de Extensie
| Naam | |
| ID | oljgehhfljifmmnoliioipkneljhmico |
| Officiële URL | https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico |
| Beschrijving | Sorts the keywords in IMDb Plot Keywords page. |
| Bestandsgrootte | 12.57 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-02-08 |
| Publicatiedatum | 2015-02-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | [email protected] |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |