SWS Name Replacer
A victor's best friend. Does not work on new reddit.
Cos'è SWS Name Replacer?
SWS Name Replacer è un'estensione di Chrome sviluppata da quinn, e la sua funzione principale è "A victor's best friend. Does not work on new reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SWS Name Replacer
Scarica i file di estensione SWS Name Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
replaces a certain users name with a more comedic one.
currently includes:
https://docs.google.com/spreadsheets/d/1Iou-aW287DzZ6RW3CfDa6_QBGsfUYDON-YylJzDWeCY/
update 1.5: fixed perms AND added enemy at the gates support Informazioni di Base sull'Estensione
| Nome | |
| ID | akobefhapijlndhokelaicejmfmiiolo |
| URL Ufficiale | https://chromewebstore.google.com/detail/sws-name-replacer/akobefhapijlndhokelaicejmfmiiolo |
| Descrizione | A victor's best friend. Does not work on new reddit. |
| Dimensione del File | 4.28 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2018-10-10 |
| Data di Pubblicazione | 2018-10-09 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | quinn |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.reddit.com/r/ShitWehraboosSay |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SWS Name Replacer",
"version": "1.5",
"description": "A victor's best friend. Does not work on new reddit.",
"permissions": [
"https:\/\/*.reddit.com\/*",
"http:\/\/*.reddit.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
]
} | |