Give me a GIF!

A great tool to kill your productivity

Qu'est-ce que Give me a GIF! ?

Give me a GIF! est une extension Chrome développée par https://alberto.cc, et sa fonction principale est "A great tool to kill your productivity".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Give me a GIF!

Téléchargez les fichiers d'extension Give me a GIF! 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

                        You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs.                    

Informations de Base sur l'Extension

Nom Give me a GIF! Give me a GIF!
ID lnilkliokcnoaiodkamnegebhnmckacd
URL Officiel https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd
Description A great tool to kill your productivity
Taille du Fichier 50.01 KB
Nombre d'Installations 17
Version Actuelle 1.2
Dernière Mise à Jour 2021-02-01
Date de Publication 2019-10-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://alberto.cc
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Give me a GIF!",
    "short_name": "GIF!",
    "description": "A great tool to kill your productivity",
    "version": "1.2",
    "author": "Alberto Cabeza Cardiel",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon\/icon_16.png",
        "48": "img\/icon\/icon_48.png",
        "128": "img\/icon\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/icon\/icon_16.png",
            "48": "img\/icon\/icon_48.png",
            "128": "img\/icon\/icon_128.png"
        }
    }
}