VK Dark Theme
С помощью данного расширения вы можете установить темную тему для VK
Cos'è VK Dark Theme?
VK Dark Theme è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "С помощью данного расширения вы можете установить темную тему для VK".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VK Dark Theme
Scarica i file di estensione VK Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
С помощью данного расширения вы можете установить темную тему для VK Informazioni di Base sull'Estensione
| Nome | |
| ID | pkncnaipcjdfeidekelmpkejmgcpcmmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/vk-dark-theme/pkncnaipcjdfeidekelmpkejmgcpcmmj |
| Descrizione | С помощью данного расширения вы можете установить темную тему для VK |
| Dimensione del File | 97.48 KB |
| Conteggio Installazioni | 149 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2020-05-15 |
| Data di Pubblicazione | 2020-05-15 |
| Valutazione | 3.57/5 Totale 7 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VK Dark Theme",
"version": "0.2",
"permissions": [
"tabs",
"http:\/\/vk.com\/*",
"https:\/\/vk.com\/*",
"http:\/\/*.vk.com\/*",
"https:\/\/*.vk.com\/*",
"storage"
],
"browser_action": {
"default_icon": {
"16": "icons\/popup_dark_16.png",
"24": "icons\/popup_dark_24.png",
"32": "icons\/popup_dark_32.png"
}
},
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png",
"48": "icons\/48.png",
"64": "icons\/64.png"
},
"background": {
"scripts": [
"files\/script\/background.js"
]
},
"content_scripts": [
{
"js": [
"files\/script\/functions.js",
"files\/script\/styles.js",
"files\/script\/inject.js"
],
"matches": [
"*:\/\/vk.com\/*",
"*:\/\/*.vk.com\/*"
],
"run_at": "document_start"
}
]
} | |