.GIF It To Me Baby
You like to move it? GIF it to me baby!
Cos'è .GIF It To Me Baby?
.GIF It To Me Baby è un'estensione di Chrome sviluppata da vv, e la sua funzione principale è "You like to move it? GIF it to me baby!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione .GIF It To Me Baby
Scarica i file di estensione .GIF It To Me Baby in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | .GIF It To Me Baby |
ID | lbgdkolchcjhngpgdlmpimjeogkdhlag |
URL Ufficiale | https://chromewebstore.google.com/detail/gif-it-to-me-baby/lbgdkolchcjhngpgdlmpimjeogkdhlag |
Descrizione | You like to move it? GIF it to me baby! |
Dimensione del File | 15.72 MB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2016-04-16 |
Data di Pubblicazione | 2016-04-16 |
Sviluppatore | vv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://goo.gl/26LQDx |
Lingue Supportate | 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", " |