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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gifs Maker App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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'; " } } |