YouTubify

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

YouTubify là gì?

YouTubify là một tiện ích mở rộng Chrome được phát triển bởi https://www.moistcontent.com, và tính năng chính của nó là "Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTubify

Tải xuống các tệp mở rộng YouTubify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTubify YouTubify
ID gndoplhilhoolhljkjpjhokagohhlojb
URL Chính Thức https://chromewebstore.google.com/detail/youtubify/gndoplhilhoolhljkjpjhokagohhlojb
Mô tả Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos.
Kích Thước Tệp 368 KB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-03-03
Ngày Phát Hành 2019-03-03
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.moistcontent.com
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.twitter.com/mythicalpizza
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}