Giffy Bird
Save GIFs directly from the Twitter website
Qu'est-ce que Giffy Bird ?
Giffy Bird est une extension Chrome développée par p.suite04, et sa fonction principale est "Save GIFs directly from the Twitter website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Giffy Bird
Téléchargez les fichiers d'extension Giffy Bird au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Giffy Bird |
ID | kfcojhlenlboiibifkighcncdmfkicdh |
URL Officiel | https://chromewebstore.google.com/detail/giffy-bird/kfcojhlenlboiibifkighcncdmfkicdh |
Description | Save GIFs directly from the Twitter website |
Taille du Fichier | 8.86 MB |
Nombre d'Installations | 87 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-07-26 |
Date de Publication | 2021-07-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | p.suite04 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |