Awoo

Automatically find and auto-play Halloween-themed episodes on Netflix!

Awooとは何ですか?

AwooはDarrylによって開発されたChromeの拡張機能で、その主な機能は「Automatically find and auto-play Halloween-themed episodes on Netflix!」です。

拡張機能のスクリーンショット

screenshot

Awoo拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Inspired by old Halloween marathons like ABC's 13 Nights of Halloween, Awoo helps you automatically find a mix of Halloween-themed episodes of sitcoms, dramas, etc, on Netflix and plays them at random. When you're finished with an episode, it'll play the next.                    

拡張機能の基本情報

名前 Awoo Awoo
ID mcenajfoimechlkofjmcplnaneediadc
公式URL https://chromewebstore.google.com/detail/awoo/mcenajfoimechlkofjmcplnaneediadc
説明 Automatically find and auto-play Halloween-themed episodes on Netflix!
ファイルサイズ 2.47 MB
インストール数 25
現在のバージョン 0.1
最終更新日 2016-10-21
公開日 2016-10-20
評価 5.00/5 合計 1 レビュー
開発者 Darryl
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awoo",
    "description": "Automatically find and auto-play Halloween-themed episodes on Netflix!",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Stream a random Halloween-themed episode from Netflix."
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}