Capture Video Element
Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…
Что такое Capture Video Element?
Capture Video Element - это расширение Chrome, разработанное https://ssig33.com, и его основная функция - "Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,…".
Снимки экрана расширения
Скачать файл CRX расширения Capture Video Element
Скачайте файлы расширений Capture Video Element в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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). Основная информация о расширении
| Название | |
| ID | ikeochnpamfhkpmnineadmccfnaicacl |
| Официальный URL | https://chromewebstore.google.com/detail/capture-video-element/ikeochnpamfhkpmnineadmccfnaicacl |
| Описание | Screenshot tool for video element. You can capture and upload to gyazo many videos on internet(for example: youtube, pornhub,… |
| Размер файла | 97.97 KB |
| Количество установок | 213 |
| Текущая Версия | 101.0.0 |
| Последнее Обновление | 2023-03-16 |
| Дата публикации | 2020-02-01 |
| Разработчик | https://ssig33.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://paste.ssig33.com/a7ed4df5c142b06e94c76c662fe486ec |
| Поддерживаемые языки | 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
}
]
} | |