IMDb Plot Keywords Sorter

Sorts the keywords in IMDb Plot Keywords page.

IMDb Plot Keywords Sorter क्या है?

IMDb Plot Keywords Sorter erdavila.extensions@gmail.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sorts the keywords in IMDb Plot Keywords page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IMDb Plot Keywords Sorter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 रेटिंग्स
डेवलपर erdavila.extensions@gmail.com
भुगतान के प्रकार 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"
        }
    ]
}