Gfycat Default HD
Automatically sets the Gfycat GIF to HD.
Τι είναι το Gfycat Default HD;
Το Gfycat Default HD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LoVega, και η κύρια λειτουργία του είναι "Automatically sets the Gfycat GIF to HD.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gfycat Default HD
Λήψη αρχείων επέκτασης Gfycat Default HD σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Gfycat Pro changed the way GIFs load for you, only in SD. This extension sets HD back as the default setting. Just install it and hide it from your Chrome menu. Done! Enjoy your favorite GIFs in HD. Changelog: 1.2.4: - Fixed multiple GIFs loading at once - Fixed GIFs randomly unpausing (might still unpause if the GIFs progress is under 5%) - Fixed other reported issues (If you encounter any bugs, specific GIFs not switching to HD, etc, please open an issue on the Support tab. Also might need to tweak some values based on user feedback.) 1.2.3: Fixed race condition (stopping at start) on some RedGIFs GIFs and fixed share button sometimes popping up. Please feel free to report specific GIFs you encounter issues with at the Support tab. 1.2.2: Fixed switching to HD on RedGIFs new design. 1.2.1: Fixed rare occasions of RedGIFs GIFs not switching to HD. NEW in 1.2: RedGIFs support! Currently supports Gfycat, RedGIFs and reddit.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gfycat Default HD |
ID | ekiieomfkkfmficbgpkhfpcaiglihdif |
Επίσημο URL | https://chromewebstore.google.com/detail/gfycat-default-hd/ekiieomfkkfmficbgpkhfpcaiglihdif |
Περιγραφή | Automatically sets the Gfycat GIF to HD. |
Μέγεθος Αρχείου | 42.53 KB |
Αριθμός Εγκαταστάσεων | 1,171 |
Τρέχουσα Έκδοση | 1.2.4 |
Τελευταία Ενημέρωση | 2022-01-10 |
Ημερομηνία Δημοσίευσης | 2020-05-21 |
Αξιολόγηση | 4.10/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | LoVega |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gfycat Default HD", "version": "1.2.4", "browser_action": { "default_icon": "hd.png" }, "description": "Automatically sets the Gfycat GIF to HD.", "icons": { "16": "hd.png", "32": "hd.png", "48": "hd.png", "128": "hd.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.gfycat.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.redgifs.com\/*" ], "all_frames": true, "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "permissions": [ "tabs" ] } |