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.

Wat is Random Office Episode?

Random Office Episode is een Chrome-extensie ontwikkeld door Chris Williams, en de belangrijkste functie is "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Extensie Screenshots

Download het CRX-bestand van de extensie Random Office Episode

Download Random Office Episode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
Officiële URL https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
Beschrijving Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
Bestandsgrootte 20.52 KB
Aantal Installaties 49
Huidige Versie 0.1
Laatst Bijgewerkt 2017-11-12
Publicatiedatum 2017-11-12
Ontwikkelaar Chris Williams
Betalingswijze free
Ondersteunde Talen 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 "
}