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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gifsmakerpro และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gifs Maker App

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'; "
    }
}