Netflix Randomizer

This extension will randomly select a TV show or Movie from the Netflix page you're viewing

Netflix Randomizerคืออะไร?

Netflix Randomizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย failing-gracefully และคุณลักษณะหลักของมันคือ "This extension will randomly select a TV show or Movie from the Netflix page you're viewing"

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

screenshot

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

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

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

                        Tired of choosing what to watch?

Let Netflix Randomizer choose for you!

github repo: https://github.com/bennyonline/Netflix-Randomiser                    

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

ชื่อ Netflix Randomizer Netflix Randomizer
ID ddogenmagmhmcmijpjieekgackcegecn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-randomizer/ddogenmagmhmcmijpjieekgackcegecn
คำอธิบาย This extension will randomly select a TV show or Movie from the Netflix page you're viewing
ขนาดไฟล์ 17.95 KB
จำนวนการติดตั้ง 544
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-03-21
วันที่เผยแพร่ 2018-03-21
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา failing-gracefully
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Randomizer",
    "description": "This extension will randomly select a TV show or Movie from the Netflix page you're viewing",
    "version": "2.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "netflix.png",
        "48": "netflix.png",
        "128": "netflix.png"
    },
    "page_action": {
        "default_icon": "netflix.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ]
}