Random Office Netflix Episode

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

Apa itu Random Office Netflix Episode?

Random Office Netflix Episode adalah ekstensi Chrome yang dikembangkan oleh sunnylella, dan fitur utamanya adalah "When clicked, this extension plays a random episode of The Office from Netflix.".

Unduh Berkas CRX Ekstensi Random Office Netflix Episode

Unduh file ekstensi Random Office Netflix Episode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Random Office Netflix Episode Random Office Netflix Episode
ID imbcpbgkmjpddhhbalaonnkonakjiiao
URL Resmi https://chrome.google.com/webstore/detail/random-office-netflix-epi/imbcpbgkmjpddhhbalaonnkonakjiiao
Deskripsi When clicked, this extension plays a random episode of The Office from Netflix.
Ukuran File 41.71 KB
Jumlah Instalasi 22
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-12-17
Tanggal Publikasi 2017-12-17
Pengembang sunnylella
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}