gif-ify

Replaces the images on the page with random gifs

Wat is gif-ify?

gif-ify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the images on the page with random gifs".

Download het CRX-bestand van de extensie gif-ify

Download gif-ify-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 gif-ify gif-ify
ID lhakkbopgkacpnfidngodjclfkeaolnl
Officiële URL https://chromewebstore.google.com/detail/gif-ify/lhakkbopgkacpnfidngodjclfkeaolnl
Beschrijving Replaces the images on the page with random gifs
Bestandsgrootte 69.74 KB
Aantal Installaties 18
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-04
Publicatiedatum 2016-06-04
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gif-ify",
    "description": "Replaces the images on the page with random gifs",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}