Hide Fixed Elements (packaged by Denis)

Hide fixed elements on a page to open up more viewing space

Qu'est-ce que Hide Fixed Elements (packaged by Denis) ?

Hide Fixed Elements (packaged by Denis) est une extension Chrome développée par https://sokolov.cc, et sa fonction principale est "Hide fixed elements on a page to open up more viewing space".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hide Fixed Elements (packaged by Denis)

Téléchargez les fichiers d'extension Hide Fixed Elements (packaged by Denis) 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

                        Originally created by Andrew F.
The original package was outdated and removed from the store, this is a repackaged version.
https://github.com/andfarm/HideFixedElements                    

Informations de Base sur l'Extension

Nom Hide Fixed Elements (packaged by Denis) Hide Fixed Elements (packaged by Denis)
ID jfgjldkmonkamcehfffkfblofgimphld
URL Officiel https://chromewebstore.google.com/detail/hide-fixed-elements-packa/jfgjldkmonkamcehfffkfblofgimphld
Description Hide fixed elements on a page to open up more viewing space
Taille du Fichier 26.84 KB
Nombre d'Installations 81
Version Actuelle 1.2.2
Dernière Mise à Jour 2022-12-29
Date de Publication 2022-12-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://sokolov.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/denis-sokolov/hide-fixed-elements
URL de la Page d'Aide https://github.com/denis-sokolov/hide-fixed-elements/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Fixed Elements (packaged by Denis)",
    "description": "Hide fixed elements on a page to open up more viewing space",
    "version": "1.2.2",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}