Pinterest Dark Theme
Adds a dark theme to pinterest, still a work in progress so expect some small bugs.
Cos'è Pinterest Dark Theme?
Pinterest Dark Theme è un'estensione di Chrome sviluppata da 3mangaming97, e la sua funzione principale è "Adds a dark theme to pinterest, still a work in progress so expect some small bugs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pinterest Dark Theme
Scarica i file di estensione Pinterest 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
Makes Pinterest Dark Mode, still a Work In Progress so expect some small bugs. Informazioni di Base sull'Estensione
| Nome | |
| ID | mceidbdmmmdiidebilljdcngglpmciae |
| URL Ufficiale | https://chromewebstore.google.com/detail/pinterest-dark-theme/mceidbdmmmdiidebilljdcngglpmciae |
| Descrizione | Adds a dark theme to pinterest, still a work in progress so expect some small bugs. |
| Dimensione del File | 501 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-10-05 |
| Data di Pubblicazione | 2022-10-03 |
| Valutazione | 3.78/5 Totale 93 Valutazioni |
| Sviluppatore | 3mangaming97 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pinterest Dark Theme",
"description": "Adds a dark theme to pinterest, still a work in progress so expect some small bugs.",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.pinterest.com\/*",
"https:\/\/*.pinterest.com\/pin\/*\/*"
],
"js": [
"contentScript.js"
],
"css": [
"styles.css"
],
"run_at": "document_start"
}
]
} | |