.GIF It To Me Baby
You like to move it? GIF it to me baby!
Vad är .GIF It To Me Baby?
.GIF It To Me Baby är en Chrome-tillägg utvecklad av vv, och dess huvudfunktion är "You like to move it? GIF it to me baby!".
Tilläggsskärmbilder
Ladda ner .GIF It To Me Baby-förlängningens CRX-fil
Ladda ner .GIF It To Me Baby-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | .GIF It To Me Baby |
ID | lbgdkolchcjhngpgdlmpimjeogkdhlag |
Officiell webbadress | https://chromewebstore.google.com/detail/gif-it-to-me-baby/lbgdkolchcjhngpgdlmpimjeogkdhlag |
Beskrivning | You like to move it? GIF it to me baby! |
Filstorlek | 15.72 MB |
Antal Installationer | 19 |
Aktuell Version | 1.5.1 |
Senast Uppdaterad | 2016-04-16 |
Publiceringsdatum | 2016-04-16 |
Utvecklare | vv |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://goo.gl/26LQDx |
Stödda Språk | 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", " |