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
公式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
Eメール [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'; "
    }
}