Youtube Longs

Shows gameplay footage under Youtube videos.

What is Youtube Longs?

Youtube Longs is a Chrome extension developed by simc.sambolec, and its main feature is "Shows gameplay footage under Youtube videos.".

Extension Screenshots

screenshot

Download Youtube Longs Extension CRX File

Download Youtube Longs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube Longs Youtube Longs
ID inajamlogoahnbliabnogbcomnbiefbb
Official URL https://chromewebstore.google.com/detail/youtube-longs/inajamlogoahnbliabnogbcomnbiefbb
Description Shows gameplay footage under Youtube videos.
File Size 22.01 KB
Installation Count 1,935
Current Version 1.1.2
Last Updated 2023-03-26
Publish Date 2023-02-23
Rating 4.07/5 Total 27 Ratings
Developer simc.sambolec
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}