Gifs Maker App

Select a video file to turn into a gif by uploading a file from your computer drive or enter a video URL address. Choose the start…

Gifs Maker App란 무엇입니까?

Gifs Maker App은(는) gifsmakerpro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a video file to turn into a gif by uploading a file from your computer drive or enter a video URL address. Choose the start…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gifs Maker App 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Select a video file to turn into a gif by uploading a file from your computer drive or enter a video URL address.
Choose the start point timestamp, length of GIF file and GIF speed and download the file.


By clicking "Add to chrome", I accept and agree to install this extension. 
For more information visit our website: https://www.gifsmakerpro.com

To review our Terms of use, go to:
EULA - https://www.gifsmakerpro.com/eula
Privacy - https://www.gifsmakerpro.com/privacy                    

확장 프로그램 기본 정보

이름 Gifs Maker App Gifs Maker App
ID nadaplmcndhmcebimpmmdidmamkobmah
공식 URL https://chromewebstore.google.com/detail/gifs-maker-app/nadaplmcndhmcebimpmmdidmamkobmah
설명 Select a video file to turn into a gif by uploading a file from your computer drive or enter a video URL address. Choose the start…
파일 크기 1.47 MB
설치 횟수 1,392
현재 버전 2.11.0.0
최근 업데이트 2022-06-16
출시 날짜 2021-06-28
개발자 gifsmakerpro
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Gifs Maker",
    "name": "Gifs Maker App",
    "version": "2.11.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Gifsmaker"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "content_scripts": [
            {
                "matches": [
                    "*:\/\/*\/*"
                ],
                "js": [
                    "gtm.js"
                ],
                "run_at": "document_end"
            }
        ],
        "extension_pages": "script-src-elem  'self' 'wasm-unsafe-eval' 'unsafe-eval' 'unsafe-inline' blob: ; script-src 'self' 'wasm-unsafe-eval' ; object-src 'self' 'wasm-unsafe-eval'; "
    }
}