Netflix Watched

Easy way to hide what you watched

Netflix Watchedคืออะไร?

Netflix Watched เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha Selim Aksakal และคุณลักษณะหลักของมันคือ "Easy way to hide what you watched"

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

screenshot
screenshot

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

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

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

                        Netflix Watched

An add-on made so that a movie or series you watch is not recommended to you again. you can hide or transparency the movie or tv series you watched on netflix by clicking the I watched it button with this extension.

You can use the widget by clicking the eye icon on the screen you are previewing movie or tv series. And so the movie or series becomes transparent or hidden according to your setting.                    

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

ชื่อ Netflix Watched Netflix Watched
ID aikgnchdeknanlkgjnbniadpanlgeeig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig
คำอธิบาย Easy way to hide what you watched
ขนาดไฟล์ 276 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2022-03-21
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Taha Selim Aksakal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://logozof.com/
URL หน้าช่วยเหลือ http://logozof.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Watched",
    "description": "Easy way to hide what you watched",
    "version": "0.5",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Netflix Watched",
        "default_icon": "assets\/logo.png"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/"
    ],
    "manifest_version": 3
}