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…
What is Sticky Header Hider aka Fixed Header Fixer?
Sticky Header Hider aka Fixed Header Fixer is a Chrome extension developed by https://emojistuff.com, and its main feature is "Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…".
Extension Screenshots
Download Sticky Header Hider aka Fixed Header Fixer Extension CRX File
Download Sticky Header Hider aka Fixed Header Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sticky Header Hider aka Fixed Header Fixer |
ID | eagncneohcoiofhknkofdobphnhgblad |
Official URL | 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… |
File Size | 79.52 KB |
Installation Count | 292 |
Current Version | 0.1.01 |
Last Updated | 2020-10-02 |
Publish Date | 2017-12-16 |
Rating | 4.06/5 Total 17 Ratings |
Developer | https://emojistuff.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.emojistuff.com |
Privacy Policy Page URL | https://www.growbotforfollowers.com/privacy-policy.html |
Supported Languages | 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": [ "*.*" ] } |