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文件

下載Gifs Maker App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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
官方網址 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'; "
    }
}