SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
Co to jest SCP Reddit by /u/LolDoofus?
SCP Reddit by /u/LolDoofus to rozszerzenie Chrome opracowane przez Kaeso, a jego główną funkcją jest „Replaces deleted users and comments on Reddit with SCP-esque things.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SCP Reddit by /u/LolDoofus
Pobierz pliki rozszerzeń SCP Reddit by /u/LolDoofus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces deleted users and comments on Reddit with SCP-esque things. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
| Oficjalny URL | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
| Opis | Replaces deleted users and comments on Reddit with SCP-esque things. |
| Rozmiar pliku | 15.03 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2020-05-10 |
| Data Publikacji | 2020-05-08 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | Kaeso |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |