SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
Was ist SCP Reddit by /u/LolDoofus?
SCP Reddit by /u/LolDoofus ist eine Chrome-Erweiterung, die von Kaeso entwickelt wurde, und ihr Hauptmerkmal ist "Replaces deleted users and comments on Reddit with SCP-esque things.".
Erweiterungsscreenshots
SCP Reddit by /u/LolDoofus-Erweiterungs-CRX-Datei herunterladen
Laden Sie SCP Reddit by /u/LolDoofus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replaces deleted users and comments on Reddit with SCP-esque things.
Grundlegende Informationen zur Erweiterung
Name | SCP Reddit by /u/LolDoofus |
ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
Offizielle URL | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
Beschreibung | Replaces deleted users and comments on Reddit with SCP-esque things. |
Dateigröße | 15.03 KB |
Installationsanzahl | 43 |
Aktuelle Version | 0.1 |
Letztes Update | 2020-05-10 |
Veröffentlichungsdatum | 2020-05-08 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Kaeso |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |