.GIF It To Me Baby
You like to move it? GIF it to me baby!
Wat is .GIF It To Me Baby?
.GIF It To Me Baby is een Chrome-extensie ontwikkeld door vv, en de belangrijkste functie is "You like to move it? GIF it to me baby!".
Extensie Screenshots
Download het CRX-bestand van de extensie .GIF It To Me Baby
Download .GIF It To Me Baby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | .GIF It To Me Baby |
ID | lbgdkolchcjhngpgdlmpimjeogkdhlag |
Officiële URL | https://chromewebstore.google.com/detail/gif-it-to-me-baby/lbgdkolchcjhngpgdlmpimjeogkdhlag |
Beschrijving | You like to move it? GIF it to me baby! |
Bestandsgrootte | 15.72 MB |
Aantal Installaties | 19 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2016-04-16 |
Publicatiedatum | 2016-04-16 |
Ontwikkelaar | vv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://goo.gl/26LQDx |
Ondersteunde Talen | 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", " |