Kilvish - Dark Teamwork
Dark theme for Teamwork Chat by Suman
Wat is Kilvish - Dark Teamwork?
Kilvish - Dark Teamwork is een Chrome-extensie ontwikkeld door suman_92, en de belangrijkste functie is "Dark theme for Teamwork Chat by Suman".
Extensie Screenshots
Download het CRX-bestand van de extensie Kilvish - Dark Teamwork
Download Kilvish - Dark Teamwork-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
This is a Dark mode/theme extension for teamwork chat web application. Basisinformatie over de Extensie
| Naam | |
| ID | fkccjbiohaglmjhmnocchpghlibagfom |
| Officiële URL | https://chromewebstore.google.com/detail/kilvish-dark-teamwork/fkccjbiohaglmjhmnocchpghlibagfom |
| Beschrijving | Dark theme for Teamwork Chat by Suman |
| Bestandsgrootte | 26.8 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2022-11-10 |
| Publicatiedatum | 2022-04-30 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | suman_92 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kilvish - Dark Teamwork",
"version": "0.3",
"manifest_version": 3,
"description": "Dark theme for Teamwork Chat by Suman",
"icons": {
"48": "Kilvish_48.png",
"128": "Kilvish_128.png"
},
"action": {
"default_icon": "Kilvish_128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.teamwork.com\/chat\/*"
],
"all_frames": true,
"css": [
".\/style.css"
]
}
]
} | |