SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
Wat is SCP Reddit by /u/LolDoofus?
SCP Reddit by /u/LolDoofus is een Chrome-extensie ontwikkeld door Kaeso, en de belangrijkste functie is "Replaces deleted users and comments on Reddit with SCP-esque things.".
Extensie Screenshots
Download het CRX-bestand van de extensie SCP Reddit by /u/LolDoofus
Download SCP Reddit by /u/LolDoofus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces deleted users and comments on Reddit with SCP-esque things. Basisinformatie over de Extensie
| Naam | |
| ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
| Officiële URL | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
| Beschrijving | Replaces deleted users and comments on Reddit with SCP-esque things. |
| Bestandsgrootte | 15.03 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2020-05-10 |
| Publicatiedatum | 2020-05-08 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Kaeso |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |