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…
Wat is Sticky Header Hider aka Fixed Header Fixer?
Sticky Header Hider aka Fixed Header Fixer is een Chrome-extensie ontwikkeld door https://emojistuff.com, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Sticky Header Hider aka Fixed Header Fixer
Download Sticky Header Hider aka Fixed Header Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Sticky Header Hider aka Fixed Header Fixer |
ID | eagncneohcoiofhknkofdobphnhgblad |
Officiële URL | https://chromewebstore.google.com/detail/sticky-header-hider-aka-f/eagncneohcoiofhknkofdobphnhgblad |
Beschrijving | Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while… |
Bestandsgrootte | 79.52 KB |
Aantal Installaties | 292 |
Huidige Versie | 0.1.01 |
Laatst Bijgewerkt | 2020-10-02 |
Publicatiedatum | 2017-12-16 |
Beoordeling | 4.06/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://emojistuff.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.emojistuff.com |
URL van de Privacybeleid Pagina | https://www.growbotforfollowers.com/privacy-policy.html |
Ondersteunde Talen | 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": [ "*.*" ] } |