IMDb Plot Keywords Sorter

Sorts the keywords in IMDb Plot Keywords page.

Cos'è IMDb Plot Keywords Sorter?

IMDb Plot Keywords Sorter è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Sorts the keywords in IMDb Plot Keywords page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IMDb Plot Keywords Sorter

Scarica i file di estensione IMDb Plot Keywords Sorter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Torna mais amigável a lista das "plot keywords" no IMDb.                    

Informazioni di Base sull'Estensione

Nome IMDb Plot Keywords Sorter IMDb Plot Keywords Sorter
ID oljgehhfljifmmnoliioipkneljhmico
URL Ufficiale https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico
Descrizione Sorts the keywords in IMDb Plot Keywords page.
Dimensione del File 12.57 KB
Conteggio Installazioni 20
Versione Corrente 1.2
Ultimo Aggiornamento 2015-02-08
Data di Pubblicazione 2015-02-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}