Youtube Longs

Shows gameplay footage under Youtube videos.

Qu'est-ce que Youtube Longs ?

Youtube Longs est une extension Chrome développée par simc.sambolec, et sa fonction principale est "Shows gameplay footage under Youtube videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Longs

Téléchargez les fichiers d'extension Youtube Longs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Do you need overstimulation? This extension adds random gameplay footage under Youtube videos that you are watching to keep you entertained!                    

Informations de Base sur l'Extension

Nom Youtube Longs Youtube Longs
ID inajamlogoahnbliabnogbcomnbiefbb
URL Officiel https://chromewebstore.google.com/detail/youtube-longs/inajamlogoahnbliabnogbcomnbiefbb
Description Shows gameplay footage under Youtube videos.
Taille du Fichier 22.01 KB
Nombre d'Installations 1,935
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-03-26
Date de Publication 2023-02-23
Évaluation 4.07/5 Total 27 Évaluations
Développeur simc.sambolec
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Longs",
    "description": "Shows gameplay footage under Youtube videos.",
    "version": "1.1.2",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "js\/insertVideo.js"
            ],
            "css": [
                "css\/embeded.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "yt_longs.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/width-fix.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}