ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Τι είναι το ShortsFullscreen;

Το ShortsFullscreen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DiAvisoo Solutions, και η κύρια λειτουργία του είναι "Adds a fullscreen control to YouTube Shorts".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ShortsFullscreen

Λήψη αρχείων επέκτασης ShortsFullscreen σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adds a fullscreen control to YouTube Shorts.

Just go to a YouTube Shorts video and hover the mouse cursor over a video.
The fullscreen button will appear at the top.

If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Επίσημο URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Περιγραφή Adds a fullscreen control to YouTube Shorts
Μέγεθος Αρχείου 33.68 KB
Αριθμός Εγκαταστάσεων 1,088
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2022-09-20
Ημερομηνία Δημοσίευσης 2022-09-19
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής DiAvisoo Solutions
Ηλεκτρονικό ταχυδρομείο info@diavisoo.com
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://webcapta.in/fs_privacy.txt
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShortsFullscreen",
    "description": "Adds a fullscreen control to YouTube Shorts",
    "version": "0.0.1",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "content_security_policy": []
}