Youtube Longs

Shows gameplay footage under Youtube videos.

Wat is Youtube Longs?

Youtube Longs is een Chrome-extensie ontwikkeld door simc.sambolec, en de belangrijkste functie is "Shows gameplay footage under Youtube videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Longs

Download Youtube Longs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Youtube Longs Youtube Longs
ID inajamlogoahnbliabnogbcomnbiefbb
Officiële URL https://chromewebstore.google.com/detail/youtube-longs/inajamlogoahnbliabnogbcomnbiefbb
Beschrijving Shows gameplay footage under Youtube videos.
Bestandsgrootte 22.01 KB
Aantal Installaties 1,935
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-03-26
Publicatiedatum 2023-02-23
Beoordeling 4.07/5 Totaal 27 Beoordelingen
Ontwikkelaar simc.sambolec
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}