NetFelix: Channel Surf Netflix

Randomly flick through shows and movies on Netflix just like channels in the good old days!.

NetFelix: Channel Surf Netflixคืออะไร?

NetFelix: Channel Surf Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Foundry Stack และคุณลักษณะหลักของมันคือ "Randomly flick through shows and movies on Netflix just like channels in the good old days!."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetFelix: Channel Surf Netflix

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

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

                        Stop deciding, start watching.

NetFelix is your house cat that sits on your remote, and randomly switches channels. A perfect way to choose something to watch!

Lets you switch to a completely random point in a random show, or set it on 'Auto' mode to flick through automatically.

If you like a show, just open the extension and press 'Stop Surfing' to continue watching the current show.

Let me know in the review the best show you have discovered via this.. Reviews do encourage me to develop this idea further.

Have fun with it!                    

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

ชื่อ NetFelix: Channel Surf Netflix NetFelix: Channel Surf Netflix
ID cnmkeloefmnhjolcjpbkohancobehnec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netfelix-channel-surf-net/cnmkeloefmnhjolcjpbkohancobehnec
คำอธิบาย Randomly flick through shows and movies on Netflix just like channels in the good old days!.
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 191
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2020-07-21
วันที่เผยแพร่ 2020-07-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Foundry Stack
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetFelix: Channel Surf Netflix",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Randomly flick through shows and movies on Netflix just like channels in the good old days!.",
    "homepage_url": "http:\/\/www.foundrystack.com\/netfelix",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/service.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/toolbar.png",
            "38": "icons\/[email protected]"
        },
        "default_title": "NetFelix: Channel Surf Netflix",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/api.reelgood.com\/*",
        "storage",
        "alarms"
    ]
}