Netflix Rewind

Rewind time and revisit the moments you spent on Netflix

Netflix Rewindคืออะไร?

Netflix Rewind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shehan Suresh และคุณลักษณะหลักของมันคือ "Rewind time and revisit the moments you spent on Netflix"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Rewind

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}