Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Wat is Dribbble GIF thumbnails?

Dribbble GIF thumbnails is een Chrome-extensie ontwikkeld door Sid, en de belangrijkste functie is "This extension replaces gif thumbnails with the original gifs".

Extensie Screenshots

Download het CRX-bestand van de extensie Dribbble GIF thumbnails

Download Dribbble GIF thumbnails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
Officiële URL https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
Beschrijving This extension replaces gif thumbnails with the original gifs
Bestandsgrootte 33.51 KB
Aantal Installaties 30
Huidige Versie 1.1
Laatst Bijgewerkt 2015-01-10
Publicatiedatum 2015-01-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Sid
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}