埋め込みプレイヤーオーディオデータ取得テスト

What is 埋め込みプレイヤーオーディオデータ取得テスト?

埋め込みプレイヤーオーディオデータ取得テスト is a Chrome extension developed by gtk2k, and its main feature is "".

Download 埋め込みプレイヤーオーディオデータ取得テスト Extension CRX File

Download 埋め込みプレイヤーオーディオデータ取得テスト extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name 埋め込みプレイヤーオーディオデータ取得テスト 埋め込みプレイヤーオーディオデータ取得テスト
ID bbchnfmcdcokmipmngjjniflkoakncbl
Official URL https://chromewebstore.google.com/detail/%E5%9F%8B%E3%82%81%E8%BE%BC%E3%81%BF%E3%83%97%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%E3%82%AA%E3%83%BC%E3%83%87%E3%82%A3%E3%82%AA%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%96%E5%BE%97%E3%83%86%E3%82%B9%E3%83%88/bbchnfmcdcokmipmngjjniflkoakncbl
Description
File Size 3.93 KB
Installation Count 20
Current Version 0.0.1
Last Updated 2017-01-23
Publish Date 2017-01-23
Developer gtk2k
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "\u57cb\u3081\u8fbc\u307f\u30d7\u30ec\u30a4\u30e4\u30fc\u30aa\u30fc\u30c7\u30a3\u30aa\u30c7\u30fc\u30bf\u53d6\u5f97\u30c6\u30b9\u30c8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "js": [
                "iframe_content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/turbographics2000.github.io\/get_youtube_audiodata\/"
        ]
    }
}