Giffy Bird
Save GIFs directly from the Twitter website
Τι είναι το Giffy Bird;
Το Giffy Bird είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον p.suite04, και η κύρια λειτουργία του είναι "Save GIFs directly from the Twitter website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Giffy Bird
Λήψη αρχείων επέκτασης Giffy Bird σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever wanted to save that viral GIF published on Twitter, but realised that it ain't so simple? Don't fret, Giffy Bird has it under control. Save GIFs directly from the Twitter website: (1) head on to any Twitter page where at least one GIF is being displayed, and (2) click the extension icon and choose to either download that special GIF as video (MP4) or to have it converted automatically to the original .gif file - no third-party sites or redirects.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Giffy Bird |
ID | kfcojhlenlboiibifkighcncdmfkicdh |
Επίσημο URL | https://chromewebstore.google.com/detail/giffy-bird/kfcojhlenlboiibifkighcncdmfkicdh |
Περιγραφή | Save GIFs directly from the Twitter website |
Μέγεθος Αρχείου | 8.86 MB |
Αριθμός Εγκαταστάσεων | 87 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-07-26 |
Ημερομηνία Δημοσίευσης | 2021-07-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | p.suite04 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Giffy Bird", "description": "Save GIFs directly from the Twitter website", "browser_action": { "default_title": "Giffy Bird", "default_popup": "index.html", "default_icon": { "16": "humming-16.png", "32": "humming-32.png", "48": "humming-48.png", "128": "humming-128.png" } }, "permissions": [ "activeTab", "*:\/\/video.twimg.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' 'wasm-eval' blob:; connect-src http: https:; img-src http: https:; style-src 'self' 'unsafe-inline'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; object-src 'self'; report-uri 'none';", "icons": { "16": "humming-16.png", "32": "humming-32.png", "48": "humming-48.png", "128": "humming-128.png" } } |