Giffy Bird

Save GIFs directly from the Twitter website

Что такое Giffy Bird?

Giffy Bird - это расширение Chrome, разработанное p.suite04, и его основная функция - "Save GIFs directly from the Twitter website".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Giffy Bird

Скачайте файлы расширений 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
Электронная почта [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"
    }
}