Random Office Episode

Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.

Apa itu Random Office Episode?

Random Office Episode adalah ekstensi Chrome yang dikembangkan oleh Chris Williams, dan fitur utamanya adalah "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Random Office Episode

Unduh file ekstensi Random Office 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

                        Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.                    

Informasi Dasar Ekstensi

Nama Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
URL Resmi https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
Deskripsi Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
Ukuran File 20.52 KB
Jumlah Instalasi 49
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-11-12
Tanggal Publikasi 2017-11-12
Pengembang Chris Williams
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Office Episode",
    "description": "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "episodes.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Random Office Episode"
    },
    "author": "Chris Williams "
}