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
官方網址 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"
        }
    ]
}