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…

ما هو Sticky Header Hider aka Fixed Header Fixer؟

Sticky Header Hider aka Fixed Header Fixer هو إضافة Chrome تم تطويرها بواسطة https://emojistuff.com، والميزة الرئيسية لها هي "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
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sticky Header Hider aka Fixed Header Fixer

قم بتنزيل ملفات الامتداد Sticky Header Hider aka Fixed Header Fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Sticky Header Hider aka Fixed Header Fixer Sticky Header Hider aka Fixed Header Fixer
ID eagncneohcoiofhknkofdobphnhgblad
عنوان URL الرسمي https://chromewebstore.google.com/detail/sticky-header-hider-aka-f/eagncneohcoiofhknkofdobphnhgblad
الوصف Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…
حجم الملف 79.52 KB
عدد التثبيتات 292
النسخة الحالية 0.1.01
آخر تحديث 2020-10-02
تاريخ النشر 2017-12-16
تقييم 4.06/5 مجموع تقييمات 17
المطور https://emojistuff.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.emojistuff.com
عنوان صفحة سياسة الخصوصية https://www.growbotforfollowers.com/privacy-policy.html
اللغات المدعومة 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": [
        "*.*"
    ]
}