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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 "
}