Give me a GIF!
A great tool to kill your productivity
What is Give me a GIF!?
Give me a GIF! is a Chrome extension developed by https://alberto.cc, and its main feature is "A great tool to kill your productivity".
Extension Screenshots
Download Give me a GIF! Extension CRX File
Download Give me a GIF! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Give me a GIF! |
ID | lnilkliokcnoaiodkamnegebhnmckacd |
Official URL | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
Description | A great tool to kill your productivity |
File Size | 50.01 KB |
Installation Count | 17 |
Current Version | 1.2 |
Last Updated | 2021-02-01 |
Publish Date | 2019-10-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://alberto.cc |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |