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"
        }
    ]
}