Full Screen for Google Chrome 2.0

Turn to full-screen while watching a video/movie in one single click.

Qu'est-ce que Full Screen for Google Chrome 2.0 ?

Full Screen for Google Chrome 2.0 est une extension Chrome développée par V & G, et sa fonction principale est "Turn to full-screen while watching a video/movie in one single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Full Screen for Google Chrome 2.0

Téléchargez les fichiers d'extension Full Screen for Google Chrome 2.0 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

                        ⬇️Easy to set up⬇️:


1. Download and install the extension.
2. That's it. You don’t have to do anything else.
3. Click it whenever you want to enter full-screen mode. 📺


✨Features ✨:

1. Auto Full-Screen option lets you enter the full-screen mode automatically whenever you click on the play ▶️ button.
2. Works for all video players as well as YouTube, and HTML5.


A lightweight and useful add-in designed to work fast on any web page, image, or video to turn to full screen.                    

Informations de Base sur l'Extension

Nom Full Screen for Google Chrome 2.0 Full Screen for Google Chrome 2.0
ID eakledjaonbmdfeklmameopnncfoldfk
URL Officiel https://chromewebstore.google.com/detail/full-screen-for-google-ch/eakledjaonbmdfeklmameopnncfoldfk
Description Turn to full-screen while watching a video/movie in one single click.
Taille du Fichier 42.01 KB
Nombre d'Installations 199
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-10-14
Date de Publication 2022-10-13
Évaluation 4.65/5 Total 17 Évaluations
Développeur V & G
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Screen for Google Chrome 2.0",
    "description": "Turn to full-screen while watching a video\/movie in one single click.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/logo-16-new.png",
        "128": "logo\/logo-128-new.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}