SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
Vad är SCP Reddit by /u/LolDoofus?
SCP Reddit by /u/LolDoofus är en Chrome-tillägg utvecklad av Kaeso, och dess huvudfunktion är "Replaces deleted users and comments on Reddit with SCP-esque things.".
Tilläggsskärmbilder
Ladda ner SCP Reddit by /u/LolDoofus-förlängningens CRX-fil
Ladda ner SCP Reddit by /u/LolDoofus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces deleted users and comments on Reddit with SCP-esque things. Grundläggande Information om Tillägg
| Namn | |
| ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
| Officiell webbadress | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
| Beskrivning | Replaces deleted users and comments on Reddit with SCP-esque things. |
| Filstorlek | 15.03 KB |
| Antal Installationer | 43 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2020-05-10 |
| Publiceringsdatum | 2020-05-08 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | Kaeso |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |