Netflix Watched Marker

Easily mark the Netflix movies you watched as watched.

Netflix Watched Markerคืออะไร?

Netflix Watched Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giraybal.com และคุณลักษณะหลักของมันคือ "Easily mark the Netflix movies you watched as watched."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Netflix Watched Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A lightweight extension for Chrome on Netflix.com where you can hide the movies you've already watched.

Its main functions are:
* Hide or show movies with one click.
* Making a backup of all watched movies (can download as a .txt file).

The watchlist is kept in the Chrome cache. Therefore, you can back up your watchlist from time to time and upload your backup in case your Chrome cache is deleted.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netflix Watched Marker Netflix Watched Marker
ID dbnjnblicgfgambjhbffkgihmlfokefn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-watched-marker/dbnjnblicgfgambjhbffkgihmlfokefn
คำอธิบาย Easily mark the Netflix movies you watched as watched.
ขนาดไฟล์ 48.13 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2023-10-02
ผู้พัฒนา https://giraybal.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Watched Marker",
    "description": "Easily mark the Netflix movies you watched as watched.",
    "author": "Giray Bal",
    "manifest_version": 3,
    "version": "1.1.1",
    "content_scripts": [
        {
            "css": [
                "static\/css\/my.css"
            ],
            "js": [
                "static\/js\/jquery.min.js",
                "nf\/content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "nf\/logos\/128.png",
        "48": "nf\/logos\/48.png",
        "16": "nf\/logos\/16.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "action": {
        "default_popup": "popup_nf.html",
        "default_title": "Netflix Watched Marker"
    }
}