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 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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sticky Header Hider aka Fixed Header Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
गोपनीयता नीति पृष्ठ URL | 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": [ "*.*" ] } |