Promote YouTube videos

Promote videos in a selected playlist on YouTube. Together we can fight bots

Promote YouTube videos क्या है?

Promote YouTube videos hattifnatt4r द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Promote videos in a selected playlist on YouTube. Together we can fight bots"।

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

screenshot

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

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

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

                        The extension helps to promote videos in a selected playlist. It will open the playlist in multiple tabs and loop through videos.

If used collectively, it can help to fight internet bots and promote videos that are valuable for the community.                    

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

नाम Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
आधिकारिक URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
विवरण Promote videos in a selected playlist on YouTube. Together we can fight bots
फ़ाइल का आकार 343 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.04
अंतिम अपडेट 2022-03-28
प्रकाशन तिथि 2022-03-15
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर hattifnatt4r
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hattifn4ttar.github.io/supportfreemedia/
सहायता पृष्ठ URL https://github.com/hattifn4ttar/youtube_promoteplaylist
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promote YouTube videos",
    "description": "Promote videos in a selected playlist on YouTube. Together we can fight bots",
    "version": "1.04",
    "manifest_version": 3,
    "icons": {
        "128": "\/images\/youtube128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Start playing",
        "default_popup": "popup.html"
    }
}