Promote YouTube videos

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

Cos'è Promote YouTube videos?

Promote YouTube videos è un'estensione di Chrome sviluppata da hattifnatt4r, e la sua funzione principale è "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Promote YouTube videos

Scarica i file di estensione Promote YouTube videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
URL Ufficiale https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Descrizione Promote videos in a selected playlist on YouTube. Together we can fight bots
Dimensione del File 343 KB
Conteggio Installazioni 1,000
Versione Corrente 1.04
Ultimo Aggiornamento 2022-03-28
Data di Pubblicazione 2022-03-15
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore hattifnatt4r
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hattifn4ttar.github.io/supportfreemedia/
URL della Pagina di Aiuto https://github.com/hattifn4ttar/youtube_promoteplaylist
Lingue Supportate 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"
    }
}