GIFS.com Downloader ß

This extension adds a handy download button to GIFS.com.

Wat is GIFS.com Downloader ß?

GIFS.com Downloader ß is een Chrome-extensie ontwikkeld door mosh.io, en de belangrijkste functie is "This extension adds a handy download button to GIFS.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GIFS.com Downloader ß

Download GIFS.com Downloader ß-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 GIFS.com Downloader ß GIFS.com Downloader ß
ID lkhkeilhpkjliofkappbgdicjlmbgbkn
Officiële URL https://chromewebstore.google.com/detail/gifscom-downloader-%C3%9F/lkhkeilhpkjliofkappbgdicjlmbgbkn
Beschrijving This extension adds a handy download button to GIFS.com.
Bestandsgrootte 36.88 KB
Aantal Installaties 579
Huidige Versie 0.2.2
Laatst Bijgewerkt 2014-02-23
Publicatiedatum 2014-02-23
Ontwikkelaar mosh.io
Betalingswijze free
Extensiewebsite https://github.com/fabiofl/gifs.com-download-button
Help Pagina-URL https://github.com/fabiofl/gifs.com-download-button/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIFS.com Downloader \u00df",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "This extension adds a handy download button to GIFS.com.",
    "homepage_url": "http:\/\/mosh.io\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/gifs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gifs.com\/*"
            ],
            "js": [
                "js\/inject.js",
                "js\/jquery.js"
            ]
        }
    ]
}