Netflix Rewind

Rewind time and revisit the moments you spent on Netflix

什麼是Netflix Rewind?

Netflix Rewind是由Shehan Suresh開發的Chrome擴展程式,該擴展的主要功能是“Rewind time and revisit the moments you spent on Netflix”。

擴展截圖

screenshot
screenshot

下載Netflix Rewind擴展crx文件

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

擴展使用說明

                        Overview

See your Netflix Rewind for the year

The extension will show you:
- Weekly Usage
- Active Most At
- Total Time Watched
- Daily Usage
- # of Shows Watched
- # of Devices Used
- # of Movies Watched
- Top 3 Binged Shows
- Top 5 Genres
- Monthly Usage

DISCLAIMER:
This is not an official product of Netflix nor is it affiliated with Netflix in any way.                    

擴展基本資訊

名稱 Netflix Rewind Netflix Rewind
ID fbefnfiojiejgdpdlkiigdjfbpejpofl
官方網址 https://chromewebstore.google.com/detail/netflix-rewind/fbefnfiojiejgdpdlkiigdjfbpejpofl
簡介 Rewind time and revisit the moments you spent on Netflix
檔案大小 264 KB
安裝次數 381
目前版本 0.0.2
更新時間 2021-07-31
上架時間 2021-01-03
評分 5.00/5 共 7 次評分
開發者 Shehan Suresh
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.netflix.com/settings/viewed?rewind=true
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Rewind",
    "description": "Rewind time and revisit the moments you spent on Netflix",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/settings\/viewed?rewind=true",
                "https:\/\/www.netflix.com\/settings\/viewed"
            ],
            "js": [
                "vendor\/lodash.min.js",
                "vendor\/jquery.min.js",
                "dashboard\/utility.js",
                "dashboard\/ui.js",
                "dashboard\/dashboard.js",
                "dashboard\/activity.js",
                "dashboard\/statistics.js",
                "dashboard\/charts\/assets\/js\/charts.js",
                "dashboard\/charts\/assets\/js\/core\/jquery.min.js",
                "dashboard\/charts\/assets\/js\/core\/popper.min.js",
                "dashboard\/charts\/assets\/js\/core\/bootstrap-material-design.min.js",
                "dashboard\/charts\/assets\/js\/plugins\/chartist.min.js",
                "dashboard\/charts\/assets\/js\/plugins\/chartist-plugin-axistitle.min.js"
            ],
            "css": [
                "dashboard\/charts\/assets\/css\/material-dashboard.css",
                "dashboard\/loading\/loading.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dashboard\/dashboard.html",
        "dashboard\/loading\/loading.html",
        "dashboard\/loading\/error.html",
        "dashboard\/charts\/charts.html",
        "images\/netflix_rewind.png"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}