ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Apa itu ShortsFullscreen?

ShortsFullscreen adalah ekstensi Chrome yang dikembangkan oleh DiAvisoo Solutions, dan fitur utamanya adalah "Adds a fullscreen control to YouTube Shorts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ShortsFullscreen

Unduh file ekstensi ShortsFullscreen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
URL Resmi https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Deskripsi Adds a fullscreen control to YouTube Shorts
Ukuran File 33.68 KB
Jumlah Instalasi 1,088
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-09-20
Tanggal Publikasi 2022-09-19
Penilaian 4.67/5 Total 3 Penilaian
Pengembang DiAvisoo Solutions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://webcapta.in/fs_privacy.txt
Bahasa yang Didukung 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": []
}