SWS Name Replacer

A victor's best friend. Does not work on new reddit.

What is SWS Name Replacer?

SWS Name Replacer is a Chrome extension developed by quinn, and its main feature is "A victor's best friend. Does not work on new reddit.".

Extension Screenshots

screenshot

Download SWS Name Replacer Extension CRX File

Download SWS Name Replacer 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 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                    

Extension Basic Information

Name SWS Name Replacer SWS Name Replacer
ID akobefhapijlndhokelaicejmfmiiolo
Official URL https://chromewebstore.google.com/detail/sws-name-replacer/akobefhapijlndhokelaicejmfmiiolo
Description A victor's best friend. Does not work on new reddit.
File Size 4.28 KB
Installation Count 30
Current Version 1.5
Last Updated 2018-10-10
Publish Date 2018-10-09
Rating 5.00/5 Total 2 Ratings
Developer quinn
Payment Type free
Extension Website https://www.reddit.com/r/ShitWehraboosSay
Supported Languages 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"
        }
    ]
}