.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은(는) vv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You like to move it? GIF it to me baby!"입니다.

확장 프로그램 스크린샷

screenshot

.GIF It To Me Baby 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 .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",
        ""
    ],
    "short_name": "__MSG_appName__",
    "version": "1.5.1",
    "author": "Vojt\u011bch Voborn\u00edk"
}