GIFS.com Downloader ß
This extension adds a handy download button to GIFS.com.
Was ist GIFS.com Downloader ß?
GIFS.com Downloader ß ist eine Chrome-Erweiterung, die von mosh.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a handy download button to GIFS.com.".
Erweiterungsscreenshots
GIFS.com Downloader ß-Erweiterungs-CRX-Datei herunterladen
Laden Sie GIFS.com Downloader ß-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
Grundlegende Informationen zur Erweiterung
Name | GIFS.com Downloader ß |
ID | lkhkeilhpkjliofkappbgdicjlmbgbkn |
Offizielle URL | https://chromewebstore.google.com/detail/gifscom-downloader-%C3%9F/lkhkeilhpkjliofkappbgdicjlmbgbkn |
Beschreibung | This extension adds a handy download button to GIFS.com. |
Dateigröße | 36.88 KB |
Installationsanzahl | 579 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2014-02-23 |
Veröffentlichungsdatum | 2014-02-23 |
Entwickler | mosh.io |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/fabiofl/gifs.com-download-button |
Hilfeseite URL | https://github.com/fabiofl/gifs.com-download-button/issues |
Unterstützte Sprachen | 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" ] } ] } |