Dbased - based Dlive

add some cool features to Dlive

Was ist Dbased - based Dlive?

Dbased - based Dlive ist eine Chrome-Erweiterung, die von zoomerdev entwickelt wurde, und ihr Hauptmerkmal ist "add some cool features to Dlive".

Erweiterungsscreenshots

screenshot

Dbased - based Dlive-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dbased - based Dlive-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

                        Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!                    

Grundlegende Informationen zur Erweiterung

Name Dbased - based Dlive Dbased - based Dlive
ID bjnemjdjapmakafpckmbdanhglffgpoc
Offizielle URL https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc
Beschreibung add some cool features to Dlive
Dateigröße 141 KB
Installationsanzahl 741
Aktuelle Version 1.1.1
Letztes Update 2020-10-06
Veröffentlichungsdatum 2020-07-02
Bewertung 4.26/5 Insgesamt 23 Bewertungen
Entwickler zoomerdev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://zoomerdev.github.io/dbased
Hilfeseite URL https://github.com/zoomerdev/dbased/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dbased - based Dlive",
    "version": "1.1.1",
    "description": "add some cool features to Dlive",
    "permissions": [
        "storage",
        "*:\/\/graphigo.prd.dlive.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dlive.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "64": "assets\/logo_small-e277afc9db01f0ccd31bef76efb48dee.png",
        "128": "assets\/[email protected]",
        "256": "assets\/[email protected]"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html"
    }
}