Enhanced Pause button for Youtube

Enjoy a smooth sound transition when you play/pause a video on Youtube!

Enhanced Pause button for Youtubeとは何ですか?

Enhanced Pause button for YoutubeはHamsterAppsによって開発されたChromeの拡張機能で、その主な機能は「Enjoy a smooth sound transition when you play/pause a video on Youtube!」です。

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

screenshot

Enhanced Pause button for Youtube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enjoy a smooth sound transition when you play/pause a video on Youtube!                    

拡張機能の基本情報

名前 Enhanced Pause button for Youtube Enhanced Pause button for Youtube
ID epiiefaaobpfnffjhohpnhfhomabfbie
公式URL https://chrome.google.com/webstore/detail/enhanced-pause-button-for/epiiefaaobpfnffjhohpnhfhomabfbie
説明 Enjoy a smooth sound transition when you play/pause a video on Youtube!
ファイルサイズ 351 KB
インストール数 29
現在のバージョン 0.6
最終更新日 2017-03-12
公開日 2017-03-12
評価 1.00/5 合計 1 レビュー
開発者 HamsterApps
Eメール [email protected]
支払い方法 free
対応言語 en,fr
manifest.json
{
    "author": "Rapha\u00ebl L\u00e9ger",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/videoController.js"
            ]
        }
    ]
}