Youtube Relist

Lists youtube videos that are unlisted.

Youtube Relist क्या है?

Youtube Relist http://fwra.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lists youtube videos that are unlisted."।

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

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

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

                        This extension is needed to help add unlisted videos to the database. Head to http://yr.fwra.me/ to search for unlisted videos.                    

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

नाम Youtube Relist Youtube Relist
ID cjmpedjkkpihnongpkgkmjiemmpjhndi
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-relist/cjmpedjkkpihnongpkgkmjiemmpjhndi
विवरण Lists youtube videos that are unlisted.
फ़ाइल का आकार 39.02 KB
स्थापना संख्या 368
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-10-25
प्रकाशन तिथि 2017-10-25
रेटिंग 2.33/5 कुल 6 रेटिंग्स
डेवलपर http://fwra.me
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://yr.fwra.me/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Relist",
    "description": "Lists youtube videos that are unlisted.",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube Relist"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "videoScript.js"
            ]
        },
        {
            "matches": [
                "http:\/\/yr.fwra.me\/"
            ],
            "js": [
                "checker.js"
            ],
            "run_at": "document_end"
        }
    ]
}