Fandom Enhance
Removes bloat from any fandom.com wiki
Cos'è Fandom Enhance?
Fandom Enhance è un'estensione di Chrome sviluppata da maltejur, e la sua funzione principale è "Removes bloat from any fandom.com wiki".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fandom Enhance
Scarica i file di estensione Fandom Enhance 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
Removes bloat like the fandom bar and unwanted auto-play videos from any fandom.com wiki. Informazioni di Base sull'Estensione
| Nome | |
| ID | hhghjoikiknokaibmbniamildpnnajpo |
| URL Ufficiale | https://chromewebstore.google.com/detail/fandom-enhance/hhghjoikiknokaibmbniamildpnnajpo |
| Descrizione | Removes bloat from any fandom.com wiki |
| Dimensione del File | 66.44 KB |
| Conteggio Installazioni | 3,312 |
| Versione Corrente | 1.2.2 |
| Ultimo Aggiornamento | 2023-01-17 |
| Data di Pubblicazione | 2021-04-05 |
| Valutazione | 4.40/5 Totale 20 Valutazioni |
| Sviluppatore | maltejur |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fandom Enhance",
"version": "1.2.2",
"icons": {
"128": "icon.png"
},
"description": "Removes bloat from any fandom.com wiki",
"content_scripts": [
{
"matches": [
"*:\/\/*.fandom.com\/wiki\/*",
"*:\/\/*.fandom.com\/*\/wiki\/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.fandom.com\/wiki\/*",
"*:\/\/*.fandom.com\/*\/wiki\/*"
],
"css": [
"style.css"
],
"run_at": "document_start"
}
]
} | |