Reddit Scammer Labeler

Automatically labels users based on the Universal Scammers List

Reddit Scammer Labelerとは何ですか?

Reddit Scammer LabelerはRicecakesによって開発されたChromeの拡張機能で、その主な機能は「Automatically labels users based on the Universal Scammers List」です。

拡張機能のスクリーンショット

screenshot
screenshot

Reddit Scammer Labeler拡張機能のCRXファイルをダウンロード

Reddit Scammer Labeler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension automatically downloads and labels any user on the Universal Scammer List USL(https://www.reddit.com/r/UniversalScammerList/wiki/banlist).

Disclaimer: this tool does not "detect" new scammers that are not found on USL or prevent scams.

Happy Trading!

Github Source/Changelog
https://github.com/RiceCakess/Reddit-Shopping-Tool.                    

拡張機能の基本情報

名前 Reddit Scammer Labeler Reddit Scammer Labeler
ID pimdepbkfokgeadmhmhfpapfdbodadlg
公式URL https://chromewebstore.google.com/detail/reddit-scammer-labeler/pimdepbkfokgeadmhmhfpapfdbodadlg
説明 Automatically labels users based on the Universal Scammers List
ファイルサイズ 79.77 KB
インストール数 10,807
現在のバージョン 1.5.4
最終更新日 2020-09-14
公開日 2019-04-18
評価 5.00/5 合計 12 レビュー
開発者 Ricecakes
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.reddit.com/message/compose/?to=Rice_Cakess
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Scammer Labeler",
    "short_name": "RSL",
    "description": "Automatically labels users based on the Universal Scammers List",
    "version": "1.5.4",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.reddit.com\/*"
    ],
    "options_ui": {
        "page": "rst-options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/mod.reddit.com\/*",
                "https:\/\/ads.reddit.com\/*",
                "https:\/\/i.reddit.com\/*",
                "https:\/\/static.reddit.com\/*",
                "https:\/\/thumbs.reddit.com\/*",
                "https:\/\/blog.reddit.com\/*",
                "https:\/\/code.reddit.com\/*",
                "https:\/\/about.reddit.com\/*",
                "https:\/\/*.reddit.com\/chat\/*",
                "https:\/\/*.reddit.com\/*.compact",
                "https:\/\/*.reddit.com\/*.compact?*",
                "https:\/\/*.reddit.com\/*.json",
                "https:\/\/*.reddit.com\/*.json?*",
                "https:\/\/*.reddit.com\/*.json-html",
                "https:\/\/*.reddit.com\/*.json-html?*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "rst-script.js"
            ],
            "css": [
                "rst.css"
            ],
            "run_at": "document_idle"
        }
    ]
}