Giffy Bird

Save GIFs directly from the Twitter website

什麼是Giffy Bird?

Giffy Bird是由p.suite04開發的Chrome擴展程式,該擴展的主要功能是“Save GIFs directly from the Twitter website”。

擴展截圖

screenshot

下載Giffy Bird擴展crx文件

下載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 Giffy Bird
ID kfcojhlenlboiibifkighcncdmfkicdh
官方網址 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"
    }
}