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.

What is Random Office Episode?

Random Office Episode is a Chrome extension developed by Chris Williams, and its main feature is "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Extension Screenshots

Download Random Office Episode Extension CRX File

Download Random Office Episode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
Official URL https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
Description Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
File Size 20.52 KB
Installation Count 49
Current Version 0.1
Last Updated 2017-11-12
Publish Date 2017-11-12
Developer Chris Williams
Payment Type free
Supported Languages 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 "
}