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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy a smooth sound transition when you play/pause a video on Youtube!"।

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

screenshot

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

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

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

                        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
ईमेल [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"
            ]
        }
    ]
}