Random Office Netflix Episode

When clicked, this extension plays a random episode of The Office from Netflix.

Random Office Netflix Episodeคืออะไร?

Random Office Netflix Episode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sunnylella และคุณลักษณะหลักของมันคือ "When clicked, this extension plays a random episode of The Office from Netflix."

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

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

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

                        This is a simple extension that plays a random episode of The Office from Netflix. You must have auto-login to Netflix enabled otherwise you will be prompted to login every time.                    

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

ชื่อ Random Office Netflix Episode Random Office Netflix Episode
ID imbcpbgkmjpddhhbalaonnkonakjiiao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/random-office-netflix-epi/imbcpbgkmjpddhhbalaonnkonakjiiao
คำอธิบาย When clicked, this extension plays a random episode of The Office from Netflix.
ขนาดไฟล์ 41.71 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-12-17
วันที่เผยแพร่ 2017-12-17
ผู้พัฒนา sunnylella
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Office Netflix Episode",
    "description": "When clicked, this extension plays a random episode of The Office from Netflix.",
    "version": "1.1",
    "icons": {
        "8": "images\/icon8.png",
        "16": "images\/icon16.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "defualt_icon": "images\/icon38.jpg",
        "default_title": "Random Office Episode"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}