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
官方網址 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
電子郵箱 [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"
        }
    ]
}