YouTube++

This extension shows the publishing or uploading date of related youtube videos in sidebar.

YouTube++とは何ですか?

YouTube++はdivyumによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the publishing or uploading date of related youtube videos in sidebar.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Ever wondered if you could get the published date of related videos without even opening the videos in youtube, here is an extension which will solve this for you.                    

拡張機能の基本情報

名前 YouTube++ YouTube++
ID mbaflkdlneldejanggphlhcepncjfaco
公式URL https://chromewebstore.google.com/detail/youtube++/mbaflkdlneldejanggphlhcepncjfaco
説明 This extension shows the publishing or uploading date of related youtube videos in sidebar.
ファイルサイズ 229 KB
インストール数 2,716
現在のバージョン 2.3.2
最終更新日 2019-11-12
公開日 2019-11-11
評価 3.77/5 合計 52 レビュー
開発者 divyum
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube++",
    "short_name": "YTD",
    "description": "This extension shows the publishing or uploading date of related youtube videos in sidebar.",
    "version": "2.3.2",
    "icons": {
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "image\/loader_gif.gif"
    ]
}