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!

Qu'est-ce que GIF Scrubber ?

GIF Scrubber est une extension Chrome développée par Twin Gravity, et sa fonction principale est "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GIF Scrubber

Téléchargez les fichiers d'extension GIF Scrubber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GIF Scrubber GIF Scrubber
ID gbdacbnhlfdlllckelpdkgeklfjfgcmp
URL Officiel https://chromewebstore.google.com/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp
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!
Taille du Fichier 424 KB
Nombre d'Installations 28,492
Version Actuelle 4.1.3
Dernière Mise à Jour 2023-09-04
Date de Publication 2016-10-18
Évaluation 3.66/5 Total 252 Évaluations
Développeur Twin Gravity
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}