.GIF It To Me Baby
You like to move it? GIF it to me baby!
Was ist .GIF It To Me Baby?
.GIF It To Me Baby ist eine Chrome-Erweiterung, die von vv entwickelt wurde, und ihr Hauptmerkmal ist "You like to move it? GIF it to me baby!".
Erweiterungsscreenshots
.GIF It To Me Baby-Erweiterungs-CRX-Datei herunterladen
Laden Sie .GIF It To Me Baby-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
Replace all images with reaction GIFs! You like to move it? I like to move it! So GIF it to me baby! Please enjoy, rate, share and donate. https://goo.gl/26LQDx Contact: Vojtěch Voborník [email protected]
Grundlegende Informationen zur Erweiterung
Name | .GIF It To Me Baby |
ID | lbgdkolchcjhngpgdlmpimjeogkdhlag |
Offizielle URL | https://chromewebstore.google.com/detail/gif-it-to-me-baby/lbgdkolchcjhngpgdlmpimjeogkdhlag |
Beschreibung | You like to move it? GIF it to me baby! |
Dateigröße | 15.72 MB |
Installationsanzahl | 19 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2016-04-16 |
Veröffentlichungsdatum | 2016-04-16 |
Entwickler | vv |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://goo.gl/26LQDx |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "gitmb\/bg.js" ] }, "content_scripts": [ { "js": [ "lib\/jq\/jquery-2.1.1.min.js", "gitmb\/gitmb.js", "lib\/ga\/dc.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "gitmb\/logo128.png", "48": "gitmb\/logo48.png", "16": "gitmb\/logo16.png" }, "manifest_version": 2, "name": "__MSG_appName__", "options_page": "gitmb\/options\/options.html", "options_ui": { "chrome_style": true, "page": "gitmb\/options\/options.html" }, "permissions": [ "storage", "tabs", "contextMenus", "webRequest", " |