Promote YouTube videos

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

Vad är Promote YouTube videos?

Promote YouTube videos är en Chrome-tillägg utvecklad av hattifnatt4r, och dess huvudfunktion är "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Tilläggsskärmbilder

screenshot

Ladda ner Promote YouTube videos-förlängningens CRX-fil

Ladda ner Promote YouTube videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
Officiell webbadress https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Beskrivning Promote videos in a selected playlist on YouTube. Together we can fight bots
Filstorlek 343 KB
Antal Installationer 1,000
Aktuell Version 1.04
Senast Uppdaterad 2022-03-28
Publiceringsdatum 2022-03-15
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare hattifnatt4r
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hattifn4ttar.github.io/supportfreemedia/
Hjälpsida URL https://github.com/hattifn4ttar/youtube_promoteplaylist
Stödda Språk 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"
    }
}