Shorts Deflector

Seamlessly play YouTube Shorts with the normal desktop interface

Qu'est-ce que Shorts Deflector ?

Shorts Deflector est une extension Chrome développée par Attituding, et sa fonction principale est "Seamlessly play YouTube Shorts with the normal desktop interface".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shorts Deflector

Téléchargez les fichiers d'extension Shorts Deflector 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

                        Why does clicking on a YouTube Short on a desktop bring up the mobile-optimized interface? With no video scrubbing, harder to access comments, less accessible view count, and more, it makes no sense to use on a desktop.

Shorts Deflector is an extension that allows you to seamlessly watch YouTube Shorts with the normal desktop interface. By using several techniques, this extension is super fast; you will barely notice the switch to the desktop viewer. Install now and try it out for yourself!

Upon install, the "Read your browsing history" permission may seem alarming, but this permission is only used to detect page updates.

Open source at https://github.com/attituding/shorts-deflector

Read more at https://attituding.github.io/shorts-deflector                    

Informations de Base sur l'Extension

Nom Shorts Deflector Shorts Deflector
ID gilmponliddppjjcfjmanmmfgiilikhg
URL Officiel https://chromewebstore.google.com/detail/shorts-deflector/gilmponliddppjjcfjmanmmfgiilikhg
Description Seamlessly play YouTube Shorts with the normal desktop interface
Taille du Fichier 24.94 KB
Nombre d'Installations 5,375
Version Actuelle 1.16.2
Dernière Mise à Jour 2024-01-04
Date de Publication 2022-04-04
Évaluation 4.41/5 Total 29 Évaluations
Développeur Attituding
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://attituding.github.io/shorts-deflector
URL de la Page de Politique de Confidentialité https://attituding.github.io/shorts-deflector/privacy
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/assets\/icon16.png",
            "48": ".\/assets\/icon48.png",
            "128": ".\/assets\/icon128.png"
        }
    },
    "author": "Attituding",
    "background": {
        "service_worker": ".\/scripts\/background\/index.js",
        "type": "module"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "shorts",
                "enabled": true,
                "path": ".\/netRequestRule.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "Shorts Deflector",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "version": "1.16.2"
}