Youtube float video

Youtube float video

Wat is Youtube float video?

Youtube float video is een Chrome-extensie ontwikkeld door Anbarasan, en de belangrijkste functie is "Youtube float video".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube float video

Download Youtube float video-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

                        Youtube float video inside page. While reading the comments in the youtube its usefull. This will enable video to float when you scolldown and read the comment sections.
https://github.com/aanbarasan/youtube-float-video                    

Basisinformatie over de Extensie

Naam Youtube float video Youtube float video
ID fjjgmpijonncbnieadbodomjifcoknpf
Officiële URL https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf
Beschrijving Youtube float video
Bestandsgrootte 595 KB
Aantal Installaties 138
Huidige Versie 1.2.7
Laatst Bijgewerkt 2023-02-18
Publicatiedatum 2020-08-07
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Anbarasan
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube float video",
    "short_name": "Helper",
    "description": "Youtube float video",
    "version": "1.2.7",
    "icons": {
        "16": "image\/16_icon.png",
        "48": "image\/48_icon.png",
        "128": "image\/128_icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "commonFunction.js",
                "content-script.js"
            ]
        }
    ],
    "options_page": "options_page.html",
    "action": {
        "default_title": "Youtube float video"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}