Give me a GIF!
A great tool to kill your productivity
Was ist Give me a GIF!?
Give me a GIF! ist eine Chrome-Erweiterung, die von https://alberto.cc entwickelt wurde, und ihr Hauptmerkmal ist "A great tool to kill your productivity".
Erweiterungsscreenshots
Give me a GIF!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Give me a GIF!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Give me a GIF! |
ID | lnilkliokcnoaiodkamnegebhnmckacd |
Offizielle URL | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
Beschreibung | A great tool to kill your productivity |
Dateigröße | 50.01 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-02-01 |
Veröffentlichungsdatum | 2019-10-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://alberto.cc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |