Show YouTube Approve Button

Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.

Show YouTube Approve Button क्या है?

Show YouTube Approve Button http://mrleeteaches.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list."।

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

screenshot

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

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

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

                        This extension, when clicked, will open a new window (or tab if you set the option) and append some text to the url in order to cause the YouTube Approve/Remove button to show up.  The Approve/Remove button is only for GSuite Domains that have the option enabled.  I made this extension to support school districts that have this issue after the latest updated to Google Chrome.                    

एक्सटेंशन की मूल जानकारी

नाम Show YouTube Approve Button Show YouTube Approve Button
ID habhlblkhigpcgkaeoodhdmgomndhkom
आधिकारिक URL https://chrome.google.com/webstore/detail/show-youtube-approve-butt/habhlblkhigpcgkaeoodhdmgomndhkom
विवरण Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.
फ़ाइल का आकार 19.09 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.1.0.0
अंतिम अपडेट 2019-05-11
प्रकाशन तिथि 2019-05-11
डेवलपर http://mrleeteaches.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://developer.chrome.com/webstore/terms
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show YouTube Approve Button",
    "version": "1.1.0.0",
    "description": "Show YouTube Approve Button will allow you to show the YouTube Approve button for your domains approve list.",
    "icons": {
        "16": "approvebutton_16.png",
        "48": "approvebutton_48.png",
        "128": "approvebutton_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "approvebutton_19.png",
        "default_title": "Show YouTube Approve Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}