Video Extration Tool

Do whatever it takes to show the video in a page

Wat is Video Extration Tool?

Video Extration Tool is een Chrome-extensie ontwikkeld door arcode, en de belangrijkste functie is "Do whatever it takes to show the video in a page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Extration Tool

Download Video Extration Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

For now working in pages contains:
dood.so                    

Basisinformatie over de Extensie

Naam Video Extration Tool Video Extration Tool
ID likcbdadfopfendljlidfpmpchajogam
Officiële URL https://chromewebstore.google.com/detail/video-extration-tool/likcbdadfopfendljlidfpmpchajogam
Beschrijving Do whatever it takes to show the video in a page
Bestandsgrootte 769 KB
Aantal Installaties 30
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-06-05
Publicatiedatum 2021-06-05
Ontwikkelaar arcode
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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';"
}