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.

Vad är Random Office Episode?

Random Office Episode är en Chrome-tillägg utvecklad av Chris Williams, och dess huvudfunktion är "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Tilläggsskärmbilder

Ladda ner Random Office Episode-förlängningens CRX-fil

Ladda ner Random Office Episode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
Officiell webbadress https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
Beskrivning Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
Filstorlek 20.52 KB
Antal Installationer 49
Aktuell Version 0.1
Senast Uppdaterad 2017-11-12
Publiceringsdatum 2017-11-12
Utvecklare Chris Williams
Betalningssätt free
Stödda Språk 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 "
}