Pro Loading PLUS

Pro Loading PLUS - this extension comes to help when you need to download some media. You can download any video from different…

Qu'est-ce que Pro Loading PLUS ?

Pro Loading PLUS est une extension Chrome développée par Pro Loading PLUS, et sa fonction principale est "Pro Loading PLUS - this extension comes to help when you need to download some media. You can download any video from different…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pro Loading PLUS

Téléchargez les fichiers d'extension Pro Loading PLUS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Pro Loading PLUS - this extension comes to help when you need to download some media. You can download any video from different social media and video hosting.

Distinctive features: fast loading speed, simple interface and auto-search for files. Click on the extension and it will show you the list of videos to download.

In the new update, we have added even more video download sites. Write to us in the reviews what can be improved in the extension, what sites to add more. We will be glad to hear your opinion!                    

Informations de Base sur l'Extension

Nom Pro Loading PLUS Pro Loading PLUS
ID pfjcgfbnbobikagpnokgponileceobmn
URL Officiel https://chrome.google.com/webstore/detail/pro-loading-plus/pfjcgfbnbobikagpnokgponileceobmn
Description Pro Loading PLUS - this extension comes to help when you need to download some media. You can download any video from different…
Taille du Fichier 110 KB
Nombre d'Installations 16,313
Version Actuelle 4.0.0
Dernière Mise à Jour 2022-12-06
Date de Publication 2022-06-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur Pro Loading PLUS
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/12486fXeSP1KTq-EYL4slI-vunbSPml4I0hPp9yYfPr4/edit?usp=sharing
Langues Prises en Charge en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "4.0.0",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "s-content.js",
                "handlers\/content.js",
                "scripts\/handlers\/replacer.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}