Video Extration Tool

Do whatever it takes to show the video in a page

Was ist Video Extration Tool?

Video Extration Tool ist eine Chrome-Erweiterung, die von arcode entwickelt wurde, und ihr Hauptmerkmal ist "Do whatever it takes to show the video in a page".

Erweiterungsscreenshots

screenshot

Video Extration Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Extration Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

For now working in pages contains:
dood.so                    

Grundlegende Informationen zur Erweiterung

Name Video Extration Tool Video Extration Tool
ID likcbdadfopfendljlidfpmpchajogam
Offizielle URL https://chromewebstore.google.com/detail/video-extration-tool/likcbdadfopfendljlidfpmpchajogam
Beschreibung Do whatever it takes to show the video in a page
Dateigröße 769 KB
Installationsanzahl 30
Aktuelle Version 1.0.0
Letztes Update 2021-06-05
Veröffentlichungsdatum 2021-06-05
Entwickler arcode
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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';"
}