Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Was ist Dribbble GIF thumbnails?

Dribbble GIF thumbnails ist eine Chrome-Erweiterung, die von Sid entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces gif thumbnails with the original gifs".

Erweiterungsscreenshots

Dribbble GIF thumbnails-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dribbble GIF thumbnails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
Offizielle URL https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
Beschreibung This extension replaces gif thumbnails with the original gifs
Dateigröße 33.51 KB
Installationsanzahl 30
Aktuelle Version 1.1
Letztes Update 2015-01-10
Veröffentlichungsdatum 2015-01-10
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Sid
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble GIF thumbnails",
    "description": "This extension replaces gif thumbnails with the original gifs",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}