IMDb Plot Keywords Sorter

Sorts the keywords in IMDb Plot Keywords page.

IMDb Plot Keywords Sorterとは何ですか?

IMDb Plot Keywords Sorterは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Sorts the keywords in IMDb Plot Keywords page.」です。

拡張機能のスクリーンショット

screenshot

IMDb Plot Keywords Sorter拡張機能のCRXファイルをダウンロード

IMDb Plot Keywords Sorter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 IMDb Plot Keywords Sorter IMDb Plot Keywords Sorter
ID oljgehhfljifmmnoliioipkneljhmico
公式URL https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico
説明 Sorts the keywords in IMDb Plot Keywords page.
ファイルサイズ 12.57 KB
インストール数 20
現在のバージョン 1.2
最終更新日 2015-02-08
公開日 2015-02-08
評価 5.00/5 合計 1 レビュー
開発者 [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}