Hide Fixed Elements (packaged by Denis)

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

What is Hide Fixed Elements (packaged by Denis)?

Hide Fixed Elements (packaged by Denis) is a Chrome extension developed by https://sokolov.cc, and its main feature is "Hide fixed elements on a page to open up more viewing space".

Extension Screenshots

screenshot

Download Hide Fixed Elements (packaged by Denis) Extension CRX File

Download Hide Fixed Elements (packaged by Denis) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Hide Fixed Elements (packaged by Denis) Hide Fixed Elements (packaged by Denis)
ID jfgjldkmonkamcehfffkfblofgimphld
Official URL https://chromewebstore.google.com/detail/hide-fixed-elements-packa/jfgjldkmonkamcehfffkfblofgimphld
Description Hide fixed elements on a page to open up more viewing space
File Size 26.84 KB
Installation Count 81
Current Version 1.2.2
Last Updated 2022-12-29
Publish Date 2022-12-28
Rating 5.00/5 Total 2 Ratings
Developer https://sokolov.cc
Email [email protected]
Payment Type free
Extension Website https://github.com/denis-sokolov/hide-fixed-elements
Help Page URL https://github.com/denis-sokolov/hide-fixed-elements/issues
Supported Languages 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"
    ]
}