GIFS.com Downloader ß
This extension adds a handy download button to GIFS.com.
What is GIFS.com Downloader ß?
GIFS.com Downloader ß is a Chrome extension developed by mosh.io, and its main feature is "This extension adds a handy download button to GIFS.com.".
Extension Screenshots
Download GIFS.com Downloader ß Extension CRX File
Download GIFS.com Downloader ß 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
Extension Basic Information
Name | GIFS.com Downloader ß |
ID | lkhkeilhpkjliofkappbgdicjlmbgbkn |
Official URL | https://chromewebstore.google.com/detail/gifscom-downloader-%C3%9F/lkhkeilhpkjliofkappbgdicjlmbgbkn |
Description | This extension adds a handy download button to GIFS.com. |
File Size | 36.88 KB |
Installation Count | 579 |
Current Version | 0.2.2 |
Last Updated | 2014-02-23 |
Publish Date | 2014-02-23 |
Developer | mosh.io |
Payment Type | free |
Extension Website | https://github.com/fabiofl/gifs.com-download-button |
Help Page URL | https://github.com/fabiofl/gifs.com-download-button/issues |
Supported Languages | 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" ] } ] } |