IMDb Plot Keywords Sorter

Sorts the keywords in IMDb Plot Keywords page.

ما هو IMDb Plot Keywords Sorter؟

IMDb Plot Keywords Sorter هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Sorts the keywords in IMDb Plot Keywords page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IMDb Plot Keywords Sorter

قم بتنزيل ملفات الامتداد IMDb Plot Keywords Sorter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
المطور [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"
        }
    ]
}