GIF Stash
Collect GIFs !
What is GIF Stash?
GIF Stash is a Chrome extension developed by cyrilfind, and its main feature is "Collect GIFs !".
Extension Screenshots
Download GIF Stash Extension CRX File
Download GIF Stash 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
Manage and use your GIF collection easily ! You can display, add and remove GIFs and use them by clicking on the one you want to use: the url will be copied to your clipboard. GIFs are stored in your bookmarks in the "GIF Stash" folder
Extension Basic Information
Name | GIF Stash |
ID | ddceekejelnahojbndmhebnonmpiihon |
Official URL | https://chromewebstore.google.com/detail/gif-stash/ddceekejelnahojbndmhebnonmpiihon |
Description | Collect GIFs ! |
File Size | 55.79 KB |
Installation Count | 92 |
Current Version | 0.0.3 |
Last Updated | 2023-12-10 |
Publish Date | 2017-04-17 |
Developer | cyrilfind |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF Stash", "version": "0.0.3", "manifest_version": 3, "description": "Collect GIFs !", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "gif_stash.png", "default_title": "GIF Stash", "default_popup": "gif_stash.html" }, "permissions": [ "tabs", "bookmarks" ] } |