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 là gì?

Sticky Header Hider aka Fixed Header Fixer là một tiện ích mở rộng Chrome được phát triển bởi https://emojistuff.com, và tính năng chính của nó là "Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sticky Header Hider aka Fixed Header Fixer

Tải xuống các tệp mở rộng Sticky Header Hider aka Fixed Header Fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sticky Header Hider aka Fixed Header Fixer Sticky Header Hider aka Fixed Header Fixer
ID eagncneohcoiofhknkofdobphnhgblad
URL Chính Thức https://chromewebstore.google.com/detail/sticky-header-hider-aka-f/eagncneohcoiofhknkofdobphnhgblad
Mô tả Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…
Kích Thước Tệp 79.52 KB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 0.1.01
Cập Nhật Lần Cuối 2020-10-02
Ngày Phát Hành 2017-12-16
Đánh Giá 4.06/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://emojistuff.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.emojistuff.com
URL Trang Chính Sách Bảo Mật https://www.growbotforfollowers.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*.*"
    ]
}