Ahegao Mod For Reddit
Add ahegao theme for Reddit
Cos'è Ahegao Mod For Reddit?
Ahegao Mod For Reddit è un'estensione di Chrome sviluppata da sammwy, e la sua funzione principale è "Add ahegao theme for Reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ahegao Mod For Reddit
Scarica i file di estensione Ahegao Mod For Reddit 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
This extensions change the Reddit's Background and logo and replace it with Manga/Ahegao.
Informazioni di Base sull'Estensione
Nome | |
ID | mijnmdkdbflccbedkmencjgiinjphjph |
URL Ufficiale | https://chrome.google.com/webstore/detail/ahegao-mod-for-reddit/mijnmdkdbflccbedkmencjgiinjphjph |
Descrizione | Add ahegao theme for Reddit |
Dimensione del File | 4.1 KB |
Conteggio Installazioni | 136 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-11-28 |
Data di Pubblicazione | 2020-11-28 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | sammwy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ahegao Mod For Reddit", "version": "0.0.1", "description": "Add ahegao theme for Reddit", "content_scripts": [ { "css": [ "src\/app.css" ], "js": [ "src\/app.js", "src\/ui-injector.js" ], "matches": [ "https:\/\/*.reddit.com\/*" ] } ] } |