SWS Name Replacer
A victor's best friend. Does not work on new reddit.
Apa itu SWS Name Replacer?
SWS Name Replacer adalah ekstensi Chrome yang dikembangkan oleh quinn, dan fitur utamanya adalah "A victor's best friend. Does not work on new reddit.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SWS Name Replacer
Unduh file ekstensi SWS Name Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | SWS Name Replacer |
ID | akobefhapijlndhokelaicejmfmiiolo |
URL Resmi | https://chromewebstore.google.com/detail/sws-name-replacer/akobefhapijlndhokelaicejmfmiiolo |
Deskripsi | A victor's best friend. Does not work on new reddit. |
Ukuran File | 4.28 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2018-10-10 |
Tanggal Publikasi | 2018-10-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | quinn |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.reddit.com/r/ShitWehraboosSay |
Bahasa yang Didukung | 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" } ] } |