Video Extration Tool

Do whatever it takes to show the video in a page

Hvad er Video Extration Tool?

Video Extration Tool er en Chrome-udvidelse udviklet af arcode, og dens hovedfunktion er "Do whatever it takes to show the video in a page".

Udvidelsesskærmbilleder

screenshot

Download Video Extration Tool-udvidelses-CRX-fil

Download Video Extration Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

For now working in pages contains:
dood.so                    

Grundlæggende oplysninger om udvidelsen

Navn Video Extration Tool Video Extration Tool
ID likcbdadfopfendljlidfpmpchajogam
Officiel URL https://chromewebstore.google.com/detail/video-extration-tool/likcbdadfopfendljlidfpmpchajogam
Beskrivelse Do whatever it takes to show the video in a page
Filstørrelse 769 KB
Antal Installationer 30
Nuværende Version 1.0.0
Senest Opdateret 2021-06-05
Udgivelsesdato 2021-06-05
Udvikler arcode
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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';"
}