Youtube Relist

Lists youtube videos that are unlisted.

Youtube Relistとは何ですか?

Youtube Relistはhttp://fwra.meによって開発されたChromeの拡張機能で、その主な機能は「Lists youtube videos that are unlisted.」です。

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

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

拡張機能の使用方法

                        This extension is needed to help add unlisted videos to the database. Head to http://yr.fwra.me/ to search for unlisted videos.                    

拡張機能の基本情報

名前 Youtube Relist Youtube Relist
ID cjmpedjkkpihnongpkgkmjiemmpjhndi
公式URL https://chrome.google.com/webstore/detail/youtube-relist/cjmpedjkkpihnongpkgkmjiemmpjhndi
説明 Lists youtube videos that are unlisted.
ファイルサイズ 39.02 KB
インストール数 368
現在のバージョン 1.0
最終更新日 2017-10-25
公開日 2017-10-25
評価 2.33/5 合計 6 レビュー
開発者 http://fwra.me
支払い方法 free
拡張機能のウェブサイト http://yr.fwra.me/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Relist",
    "description": "Lists youtube videos that are unlisted.",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube Relist"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "videoScript.js"
            ]
        },
        {
            "matches": [
                "http:\/\/yr.fwra.me\/"
            ],
            "js": [
                "checker.js"
            ],
            "run_at": "document_end"
        }
    ]
}