Giffy Bird

Save GIFs directly from the Twitter website

Giffy Bird क्या है?

Giffy Bird p.suite04 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save GIFs directly from the Twitter website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Giffy Bird एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}