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…

O que é Gifs Maker App?

Gifs Maker App é uma extensão do Chrome desenvolvida por gifsmakerpro, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gifs Maker App

Baixe arquivos de extensão Gifs Maker App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Gifs Maker App Gifs Maker App
ID nadaplmcndhmcebimpmmdidmamkobmah
URL Oficial https://chromewebstore.google.com/detail/gifs-maker-app/nadaplmcndhmcebimpmmdidmamkobmah
Descrição 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…
Tamanho do Arquivo 1.47 MB
Contagem de Instalações 1,392
Versão Atual 2.11.0.0
Última Atualização 2022-06-16
Data de Publicação 2021-06-28
Desenvolvedor gifsmakerpro
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'; "
    }
}