Dbased - based Dlive
add some cool features to Dlive
Wat is Dbased - based Dlive?
Dbased - based Dlive is een Chrome-extensie ontwikkeld door zoomerdev, en de belangrijkste functie is "add some cool features to Dlive".
Extensie Screenshots
Download het CRX-bestand van de extensie Dbased - based Dlive
Download Dbased - based Dlive-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
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
Basisinformatie over de Extensie
Naam | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
Officiële URL | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
Beschrijving | add some cool features to Dlive |
Bestandsgrootte | 141 KB |
Aantal Installaties | 741 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-10-06 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 4.26/5 Totaal 23 Beoordelingen |
Ontwikkelaar | zoomerdev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zoomerdev.github.io/dbased |
Help Pagina-URL | https://github.com/zoomerdev/dbased/issues |
Ondersteunde Talen | 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" } } |