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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}