.GIF It To Me Baby
You like to move it? GIF it to me baby!
ما هو .GIF It To Me Baby؟
.GIF It To Me Baby هو إضافة Chrome تم تطويرها بواسطة vv، والميزة الرئيسية لها هي "You like to move it? GIF it to me baby!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة .GIF It To Me Baby
قم بتنزيل ملفات الامتداد .GIF It To Me Baby بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]
معلومات أساسية عن التمديد
الاسم | .GIF It To Me Baby |
ID | lbgdkolchcjhngpgdlmpimjeogkdhlag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gif-it-to-me-baby/lbgdkolchcjhngpgdlmpimjeogkdhlag |
الوصف | You like to move it? GIF it to me baby! |
حجم الملف | 15.72 MB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.5.1 |
آخر تحديث | 2016-04-16 |
تاريخ النشر | 2016-04-16 |
المطور | vv |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://goo.gl/26LQDx |
اللغات المدعومة | 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", " |