WatchedFlix

Shows you what you've watched on NetFlix.

ما هو WatchedFlix؟

WatchedFlix هو إضافة Chrome تم تطويرها بواسطة https://www.wobblycogs.co.uk، والميزة الرئيسية لها هي "Shows you what you've watched on NetFlix.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WatchedFlix

قم بتنزيل ملفات الامتداد WatchedFlix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WatchedFlix makes it quick and easy to see what you've already watched on NetFlix. It shows you when you watched a Movie and how you rated it.

Features:

* Twelve filtering styles
* Choose what information is shown on filtered items
* Show / hide the main information box
* Automatic or manual database updating

Permissions: Uses a small amount of local storage to hold information about what you've watched. This can be cleared at any time from the options page.

Disclaimer: Netflix registered trademarks and have no affiliation to this extension.                    

معلومات أساسية عن التمديد

الاسم WatchedFlix WatchedFlix
ID ljepkkookbahfpobgklopkdgpgpgngkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/watchedflix/ljepkkookbahfpobgklopkdgpgpgngkd
الوصف Shows you what you've watched on NetFlix.
حجم الملف 76.72 KB
عدد التثبيتات 70
النسخة الحالية 1.0
آخر تحديث 2014-08-30
تاريخ النشر 2014-08-30
تقييم 3.00/5 مجموع تقييمات 4
المطور https://www.wobblycogs.co.uk
نوع الدفع free
موقع الإضافة http://www.wobblycogs.co.uk/index.php/computing/miscellaneous/223-watchedflix
عنوان صفحة المساعدة http://www.wobblycogs.co.uk/index.php/computing/miscellaneous/223-watchedflix
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "pageAction.html"
    },
    "page_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "pageAction.html",
        "default_title": "WatchedFlix"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.blockUI.js",
                "options.js",
                "watchedFlix.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif",
        "images\/*.jpg"
    ]
}