SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
What is SCP Reddit by /u/LolDoofus?
SCP Reddit by /u/LolDoofus is a Chrome extension developed by Kaeso, and its main feature is "Replaces deleted users and comments on Reddit with SCP-esque things.".
Extension Screenshots
Download SCP Reddit by /u/LolDoofus Extension CRX File
Download SCP Reddit by /u/LolDoofus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces deleted users and comments on Reddit with SCP-esque things.
Extension Basic Information
Name | SCP Reddit by /u/LolDoofus |
ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
Official URL | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
Description | Replaces deleted users and comments on Reddit with SCP-esque things. |
File Size | 15.03 KB |
Installation Count | 43 |
Current Version | 0.1 |
Last Updated | 2020-05-10 |
Publish Date | 2020-05-08 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Kaeso |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |