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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}