Capture Video Element
Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…
Co je Capture Video Element?
Capture Video Element je rozšíření Chrome vyvinuté https://ssig33.com, a jeho hlavní funkcí je „Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Capture Video Element
Stáhněte si soubory rozšíření Capture Video Element ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub, xvideos, dailymotion and many more).
Základní Informace o Rozšíření
Název | Capture Video Element |
ID | ikeochnpamfhkpmnineadmccfnaicacl |
Oficiální URL | https://chromewebstore.google.com/detail/capture-video-element/ikeochnpamfhkpmnineadmccfnaicacl |
Popis | Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,… |
Velikost souboru | 97.97 KB |
Počet instalací | 213 |
Aktuální Verze | 101.0.0 |
Poslední Aktualizace | 2023-03-16 |
Datum Vydání | 2020-02-01 |
Vývojář | https://ssig33.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://paste.ssig33.com/a7ed4df5c142b06e94c76c662fe486ec |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Capture Video Element", "version": "101.0.0", "permissions": [ "storage", "unlimitedStorage", "activeTab", "contextMenus" ], "action": { "default_popup": "index.html" }, "icons": { "48": "src\/assets\/icon-48.png", "128": "src\/assets\/icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content-script.ts-c3a02b1f-5b57d6b4.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/content-script.ts-c3a02b1f.js" ], "use_dynamic_url": true } ] } |