YouTubify

Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.

YouTubifyとは何ですか?

YouTubifyはhttps://www.moistcontent.comによって開発されたChromeの拡張機能で、その主な機能は「Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.」です。

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

screenshot

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

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

拡張機能の使用方法

                        YouTubify (previously known as VideOWNED) gives you the control over web videos that you deserve. Adding some of the best features from YouTube videos that regular HTML5 videos don't have, such as disable autoplaying videos, and adding pause/play on click, along with fullscreen on double click. These are all configurable and sync across your Google account settings.

Enjoy!                    

拡張機能の基本情報

名前 YouTubify YouTubify
ID gndoplhilhoolhljkjpjhokagohhlojb
公式URL https://chromewebstore.google.com/detail/youtubify/gndoplhilhoolhljkjpjhokagohhlojb
説明 Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.
ファイルサイズ 368 KB
インストール数 211
現在のバージョン 1.3
最終更新日 2019-03-03
公開日 2019-03-03
評価 4.33/5 合計 3 レビュー
開発者 https://www.moistcontent.com
支払い方法 free
ヘルプページのURL http://www.twitter.com/mythicalpizza
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Kyle Hickey",
    "background": {
        "persistent": false,
        "scripts": [
            "resources\/scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "resources\/css\/extension.css"
            ],
            "js": [
                "resources\/scripts\/extension.js",
                "resources\/scripts\/storage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.",
    "icons": {
        "16": "AppIcon-16.png",
        "24": "AppIcon-24.png",
        "32": "AppIcon-32.png",
        "48": "AppIcon-48.png",
        "64": "AppIcon-64.png",
        "128": "AppIcon-128.png"
    },
    "web_accessible_resources": [
        "reources",
        "resources\/*",
        "resources\/scripts\/*",
        "resources\/css\/*",
        "resources\/scripts\/storage.js",
        "resources\/images\/*",
        "*.png"
    ],
    "manifest_version": 2,
    "name": "YouTubify",
    "offline_enabled": true,
    "short_name": "YouTubify",
    "version": "1.3",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "AppIcon-48.png",
        "default_popup": "resources\/popup.html",
        "default_title": "Configure YouTubify"
    }
}