WatchedFlix

Shows you what you've watched on NetFlix.

什麼是WatchedFlix?

WatchedFlix是由https://www.wobblycogs.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Shows you what you've watched on NetFlix.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載WatchedFlix擴展crx文件

下載WatchedFlix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}