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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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
}
]
} | |