OpenDownload

Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.

Τι είναι το OpenDownload;

Το OpenDownload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Manu Poruthoor, και η κύρια λειτουργία του είναι "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OpenDownload

Λήψη αρχείων επέκτασης OpenDownload σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension has limited support for opening source videos from iframes in a new tab.

Disclaimer: I do not take responsibility and I am not liable for any illegal or unlawful activity using this extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Επίσημο URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Περιγραφή Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Μέγεθος Αρχείου 6.24 KB
Αριθμός Εγκαταστάσεων 222
Τρέχουσα Έκδοση 0.3.3
Τελευταία Ενημέρωση 2018-09-15
Ημερομηνία Δημοσίευσης 2018-09-14
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Manu Poruthoor
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenDownload",
    "version": "0.3.3",
    "description": "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}