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 là gì?

Random Office Episode là một tiện ích mở rộng Chrome được phát triển bởi Chris Williams, và tính năng chính của nó là "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Random Office Episode

Tải xuống các tệp mở rộng Random Office Episode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random Office Episode Random Office Episode
ID mkpmdndgoofaejbjgjmgcabhekahdijh
URL Chính Thức https://chrome.google.com/webstore/detail/random-office-episode/mkpmdndgoofaejbjgjmgcabhekahdijh
Mô tả Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.
Kích Thước Tệp 20.52 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-11-12
Ngày Phát Hành 2017-11-12
Nhà Phát Triển Chris Williams
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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 "
}