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.

Qu'est-ce que Random Office Episode ?

Random Office Episode est une extension Chrome développée par Chris Williams, et sa fonction principale est "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Random Office Episode

Téléchargez les fichiers d'extension Random Office Episode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
URL Officiel 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.
Taille du Fichier 20.52 KB
Nombre d'Installations 49
Version Actuelle 0.1
Dernière Mise à Jour 2017-11-12
Date de Publication 2017-11-12
Développeur Chris Williams
Type de Paiement free
Langues Prises en Charge 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 "
}