WatchedFlix

Shows you what you've watched on NetFlix.

WatchedFlix क्या है?

WatchedFlix https://www.wobblycogs.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows you what you've watched on NetFlix."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में WatchedFlix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}