GIF Scrubber

GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!

Что такое GIF Scrubber?

GIF Scrubber - это расширение Chrome, разработанное Twin Gravity, и его основная функция - "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!".

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

screenshot

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

Скачайте файлы расширений GIF Scrubber в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        - NEW in GS 4.0: Now faster than ever!
- Support for Imgur and Gfycat links
- New dark design for better viewing
- GIF Scrubber is now open source (https://github.com/0ui/gif-scrubber)

To use, right-click a gif image or link and select the GIF Scubber option. The player will open in a new window or tab.                    

Основная информация о расширении

Название GIF Scrubber GIF Scrubber
ID gbdacbnhlfdlllckelpdkgeklfjfgcmp
Официальный URL https://chromewebstore.google.com/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp
Описание GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!
Размер файла 424 KB
Количество установок 28,492
Текущая Версия 4.1.3
Последнее Обновление 2023-09-04
Дата публикации 2016-10-18
Рейтинг 3.66/5 Всего 252 оценок
Разработчик Twin Gravity
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Scrubber",
    "version": "4.1.3",
    "manifest_version": 3,
    "description": "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon-16.0be88e78.png",
        "48": "icon-48.e406ea6f.png",
        "128": "icon-128.0d3f4eb2.png"
    },
    "background": {
        "service_worker": "eventPage.dcc7d401.js"
    },
    "options_ui": {
        "browser_style": false,
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "options.html",
                "popup.html"
            ]
        }
    ]
}