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
公式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
Eメール [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"
    }
}