Dono Sub

Dono Sub

Wat is Dono Sub?

Dono Sub is een Chrome-extensie ontwikkeld door Dono.gg, en de belangrijkste functie is "Dono Sub".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dono Sub

Download Dono Sub-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

                        Dono sub allows you to subscribe without the need of leaving Twitch.

Dono sub is under heavy development and future updates will arrive soon.                    

Basisinformatie over de Extensie

Naam Dono Sub Dono Sub
ID nlgjbamokkdhphnkefogolcnlfmfpdnh
Officiële URL https://chromewebstore.google.com/detail/dono-sub/nlgjbamokkdhphnkefogolcnlfmfpdnh
Beschrijving Dono Sub
Bestandsgrootte 1.91 MB
Aantal Installaties 932
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-01-10
Publicatiedatum 2022-01-09
Beoordeling 5.00/5 Totaal 90 Beoordelingen
Ontwikkelaar Dono.gg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dono.gg
Help Pagina-URL https://dono.gg
URL van de Privacybeleid Pagina https://sub.dono.gg/privacy-policy
Ondersteunde Talen fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dono Sub",
    "description": "Dono Sub",
    "version": "0.0.1",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "build\/content.js"
            ],
            "matches": [
                "*:\/\/twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/sub.dono.gg\/*",
                "*:\/\/www.sub.dono.gg\/*",
                "*:\/\/dono.gg\/*",
                "*:\/\/www.dono.gg\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "build\/*"
            ],
            "matches": [
                "*:\/\/twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}