Sticky Header Hider aka Fixed Header Fixer

Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…

Qu'est-ce que Sticky Header Hider aka Fixed Header Fixer ?

Sticky Header Hider aka Fixed Header Fixer est une extension Chrome développée par https://emojistuff.com, et sa fonction principale est "Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sticky Header Hider aka Fixed Header Fixer

Téléchargez les fichiers d'extension Sticky Header Hider aka Fixed Header Fixer 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

                        Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while you scroll down the page.                    

Informations de Base sur l'Extension

Nom Sticky Header Hider aka Fixed Header Fixer Sticky Header Hider aka Fixed Header Fixer
ID eagncneohcoiofhknkofdobphnhgblad
URL Officiel https://chromewebstore.google.com/detail/sticky-header-hider-aka-f/eagncneohcoiofhknkofdobphnhgblad
Description Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…
Taille du Fichier 79.52 KB
Nombre d'Installations 292
Version Actuelle 0.1.01
Dernière Mise à Jour 2020-10-02
Date de Publication 2017-12-16
Évaluation 4.06/5 Total 17 Évaluations
Développeur https://emojistuff.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.emojistuff.com
URL de la Page de Politique de Confidentialité https://www.growbotforfollowers.com/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "",
    "default_locale": "en",
    "version": "0.1.01",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "backgroundscript.js",
            "hot-reload.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "*.*"
    ]
}