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.

Что такое Random Office Episode?

Random Office Episode - это расширение Chrome, разработанное Chris Williams, и его основная функция - "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Снимки экрана расширения

Скачать файл CRX расширения Random Office Episode

Скачайте файлы расширений Random Office Episode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
Официальный URL https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
Описание Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
Размер файла 20.52 KB
Количество установок 49
Текущая Версия 0.1
Последнее Обновление 2017-11-12
Дата публикации 2017-11-12
Разработчик Chris Williams
Тип оплаты free
Поддерживаемые языки 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 "
}