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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}