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…

Qu'est-ce que Gifs Maker App ?

Gifs Maker App est une extension Chrome développée par gifsmakerpro, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gifs Maker App

Téléchargez les fichiers d'extension Gifs Maker App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Gifs Maker App Gifs Maker App
ID nadaplmcndhmcebimpmmdidmamkobmah
URL Officiel https://chromewebstore.google.com/detail/gifs-maker-app/nadaplmcndhmcebimpmmdidmamkobmah
Description 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…
Taille du Fichier 1.47 MB
Nombre d'Installations 1,392
Version Actuelle 2.11.0.0
Dernière Mise à Jour 2022-06-16
Date de Publication 2021-06-28
Développeur gifsmakerpro
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'; "
    }
}