Youtube float video
Youtube float video
Qu'est-ce que Youtube float video ?
Youtube float video est une extension Chrome développée par Anbarasan, et sa fonction principale est "Youtube float video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube float video
Téléchargez les fichiers d'extension Youtube float video 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
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
Informations de Base sur l'Extension
Nom | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
URL Officiel | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
Description | Youtube float video |
Taille du Fichier | 595 KB |
Nombre d'Installations | 138 |
Version Actuelle | 1.2.7 |
Dernière Mise à Jour | 2023-02-18 |
Date de Publication | 2020-08-07 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | Anbarasan |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
Langues Prises en Charge | 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 } |