SWS Name Replacer

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

什么是SWS Name Replacer?

SWS Name Replacer是由quinn开发的Chrome扩展程序,该扩展的主要功能是“A victor's best friend. Does not work on new reddit.”。

扩展截图

screenshot

下载SWS Name Replacer扩展crx文件

下载SWS Name Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 SWS Name Replacer SWS Name Replacer
ID akobefhapijlndhokelaicejmfmiiolo
官方URL https://chromewebstore.google.com/detail/sws-name-replacer/akobefhapijlndhokelaicejmfmiiolo
简介 A victor's best friend. Does not work on new reddit.
文件大小 4.28 KB
安装次数 30
当前版本 1.5
更新时间 2018-10-10
上架时间 2018-10-09
评分 5.00/5 共2次评分
开发者 quinn
付费类型 free
扩展官网 https://www.reddit.com/r/ShitWehraboosSay
支持的语言 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"
        }
    ]
}