Netflix Anonymous

Are you a Netflix addict?

Netflix Anonymousคืออะไร?

Netflix Anonymous เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://refnow.co และคุณลักษณะหลักของมันคือ "Are you a Netflix addict?"

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

screenshot
screenshot

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

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

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

                        Check how long you spend watching Netflix with this free tool. It will add a timer to the corner of Netflix pages and let you see how much time you spend on Netflix each day.                    

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

ชื่อ Netflix Anonymous Netflix Anonymous
ID pjjjmiedohemelnagkfpfncjbohedgcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn
คำอธิบาย Are you a Netflix addict?
ขนาดไฟล์ 87.32 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2019-07-25
วันที่เผยแพร่ 2019-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://refnow.co
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Anonymous",
    "version": "0.1.7",
    "description": "Are you a Netflix addict?",
    "short_name": "Netflix Anonymous",
    "browser_action": {
        "default_icon": "air.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "icons": {
        "16": "air.png",
        "48": "air.png",
        "128": "air.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ]
}