YouTubify

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

YouTubify क्या है?

YouTubify https://www.moistcontent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grants regular, boring HTML5 videos the controls and capabilities of YouTube videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTubify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}