Video Extration Tool

Do whatever it takes to show the video in a page

Video Extration Toolคืออะไร?

Video Extration Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arcode และคุณลักษณะหลักของมันคือ "Do whatever it takes to show the video in a page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Extration Tool

ดาวน์โหลดไฟล์ส่วนขยาย Video Extration Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Will make whatever it takes so you can see the video in a Page.

For now working in pages contains:
dood.so                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video Extration Tool Video Extration Tool
ID likcbdadfopfendljlidfpmpchajogam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-extration-tool/likcbdadfopfendljlidfpmpchajogam
คำอธิบาย Do whatever it takes to show the video in a page
ขนาดไฟล์ 769 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-06-05
วันที่เผยแพร่ 2021-06-05
ผู้พัฒนา arcode
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Extration Tool",
    "description": "Do whatever it takes to show the video in a page",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}