SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
Cos'è SCP Reddit by /u/LolDoofus?
SCP Reddit by /u/LolDoofus è un'estensione di Chrome sviluppata da Kaeso, e la sua funzione principale è "Replaces deleted users and comments on Reddit with SCP-esque things.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SCP Reddit by /u/LolDoofus
Scarica i file di estensione SCP Reddit by /u/LolDoofus 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
Replaces deleted users and comments on Reddit with SCP-esque things. Informazioni di Base sull'Estensione
| Nome | |
| ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
| URL Ufficiale | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
| Descrizione | Replaces deleted users and comments on Reddit with SCP-esque things. |
| Dimensione del File | 15.03 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2020-05-10 |
| Data di Pubblicazione | 2020-05-08 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | Kaeso |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SCP Reddit by \/u\/LolDoofus",
"version": "0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.reddit.com\/*",
"*:\/\/reddit.com\/*"
],
"js": [
"newreddit.js"
]
},
{
"matches": [
"*:\/\/old.reddit.com\/*",
"*:\/\/www.old.reddit.com\/*"
],
"js": [
"oldreddit.js"
]
}
]
} | |