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!

Co je GIF Scrubber?

GIF Scrubber je rozšíření Chrome vyvinuté Twin Gravity, a jeho hlavní funkcí je „GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GIF Scrubber

Stáhněte si soubory rozšíření GIF Scrubber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        - 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.                    

Základní Informace o Rozšíření

Název GIF Scrubber GIF Scrubber
ID gbdacbnhlfdlllckelpdkgeklfjfgcmp
Oficiální URL https://chromewebstore.google.com/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp
Popis GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!
Velikost souboru 424 KB
Počet instalací 28,492
Aktuální Verze 4.1.3
Poslední Aktualizace 2023-09-04
Datum Vydání 2016-10-18
Hodnocení 3.66/5 Celkem 252 Hodnocení
Vývojář Twin Gravity
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}