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…

Apa itu Sticky Header Hider aka Fixed Header Fixer?

Sticky Header Hider aka Fixed Header Fixer adalah ekstensi Chrome yang dikembangkan oleh https://emojistuff.com, dan fitur utamanya adalah "Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sticky Header Hider aka Fixed Header Fixer

Unduh file ekstensi Sticky Header Hider aka Fixed Header Fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sticky Header Hider aka Fixed Header Fixer Sticky Header Hider aka Fixed Header Fixer
ID eagncneohcoiofhknkofdobphnhgblad
URL Resmi https://chromewebstore.google.com/detail/sticky-header-hider-aka-f/eagncneohcoiofhknkofdobphnhgblad
Deskripsi Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…
Ukuran File 79.52 KB
Jumlah Instalasi 292
Versi Saat Ini 0.1.01
Terakhir Diperbarui 2020-10-02
Tanggal Publikasi 2017-12-16
Penilaian 4.06/5 Total 17 Penilaian
Pengembang https://emojistuff.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.emojistuff.com
URL Halaman Kebijakan Privasi https://www.growbotforfollowers.com/privacy-policy.html
Bahasa yang Didukung 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": [
        "*.*"
    ]
}