KougarDpBot

Gestionnaire de téléchargement pour dpstream.net

What is KougarDpBot?

KougarDpBot is a Chrome extension developed by Kougar, and its main feature is "Gestionnaire de téléchargement pour dpstream.net".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download KougarDpBot Extension CRX File

Download KougarDpBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cette extension vous permet de télécharger des épisodes, voir même des saisons entières de vos séries favorites en quelques clics ! Elle peut également être utilisée pour télécharger des films.
Cette extension se base sur le site dpstream.net pour rechercher les liens et sur debrideurstreaming.com pour les débrider automatiquement !
Pour commencer à télécharger, cliquez simplement sur l'icone de KougarDpBot une fois l'extension installée.
Maintenant disponible sur les versions stables (standard) de Google Chrome !                    

Extension Basic Information

Name KougarDpBot KougarDpBot
ID jlepobjdbcgpingacakgloiofadjkldn
Official URL https://chromewebstore.google.com/detail/kougardpbot/jlepobjdbcgpingacakgloiofadjkldn
Description Gestionnaire de téléchargement pour dpstream.net
File Size 984 KB
Installation Count 23
Current Version 1.215
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.00/5 Total 3 Ratings
Developer Kougar
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KougarDpBot",
    "description": "Gestionnaire de t\u00e9l\u00e9chargement pour dpstream.net",
    "version": "1.215",
    "short_name": "KougarDpBot",
    "minimum_chrome_version": "30.0.1599.14",
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js",
            "tracker.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/tiger128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/sign.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "16": "images\/tiger16.png",
        "48": "images\/tiger48.png",
        "128": "images\/tiger128.png"
    }
}