GIFS.com Downloader ß

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

Qu'est-ce que GIFS.com Downloader ß ?

GIFS.com Downloader ß est une extension Chrome développée par mosh.io, et sa fonction principale est "This extension adds a handy download button to GIFS.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GIFS.com Downloader ß

Téléchargez les fichiers d'extension GIFS.com Downloader ß 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

                                            

Informations de Base sur l'Extension

Nom GIFS.com Downloader ß GIFS.com Downloader ß
ID lkhkeilhpkjliofkappbgdicjlmbgbkn
URL Officiel https://chromewebstore.google.com/detail/gifscom-downloader-%C3%9F/lkhkeilhpkjliofkappbgdicjlmbgbkn
Description This extension adds a handy download button to GIFS.com.
Taille du Fichier 36.88 KB
Nombre d'Installations 579
Version Actuelle 0.2.2
Dernière Mise à Jour 2014-02-23
Date de Publication 2014-02-23
Développeur mosh.io
Type de Paiement free
Site Web de l'Extension https://github.com/fabiofl/gifs.com-download-button
URL de la Page d'Aide https://github.com/fabiofl/gifs.com-download-button/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}