Hide Fixed Elements (packaged by Denis)

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

Hide Fixed Elements (packaged by Denis) क्या है?

Hide Fixed Elements (packaged by Denis) https://sokolov.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide fixed elements on a page to open up more viewing space"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide Fixed Elements (packaged by Denis) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Hide Fixed Elements (packaged by Denis) Hide Fixed Elements (packaged by Denis)
ID jfgjldkmonkamcehfffkfblofgimphld
आधिकारिक URL https://chromewebstore.google.com/detail/hide-fixed-elements-packa/jfgjldkmonkamcehfffkfblofgimphld
विवरण Hide fixed elements on a page to open up more viewing space
फ़ाइल का आकार 26.84 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2022-12-29
प्रकाशन तिथि 2022-12-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://sokolov.cc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/denis-sokolov/hide-fixed-elements
सहायता पृष्ठ URL https://github.com/denis-sokolov/hide-fixed-elements/issues
समर्थित भाषाएँ 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"
    ]
}