Random Office Netflix Episode

When clicked, this extension plays a random episode of The Office from Netflix.

Random Office Netflix Episodeとは何ですか?

Random Office Netflix Episodeはsunnylellaによって開発されたChromeの拡張機能で、その主な機能は「When clicked, this extension plays a random episode of The Office from Netflix.」です。

Random Office Netflix Episode拡張機能のCRXファイルをダウンロード

Random Office Netflix Episode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a simple extension that plays a random episode of The Office from Netflix. You must have auto-login to Netflix enabled otherwise you will be prompted to login every time.                    

拡張機能の基本情報

名前 Random Office Netflix Episode Random Office Netflix Episode
ID imbcpbgkmjpddhhbalaonnkonakjiiao
公式URL https://chrome.google.com/webstore/detail/random-office-netflix-epi/imbcpbgkmjpddhhbalaonnkonakjiiao
説明 When clicked, this extension plays a random episode of The Office from Netflix.
ファイルサイズ 41.71 KB
インストール数 22
現在のバージョン 1.1
最終更新日 2017-12-17
公開日 2017-12-17
開発者 sunnylella
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Office Netflix Episode",
    "description": "When clicked, this extension plays a random episode of The Office from Netflix.",
    "version": "1.1",
    "icons": {
        "8": "images\/icon8.png",
        "16": "images\/icon16.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "defualt_icon": "images\/icon38.jpg",
        "default_title": "Random Office Episode"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}