Reddit Scammer Labeler

Automatically labels users based on the Universal Scammers List

Co to jest Reddit Scammer Labeler?

Reddit Scammer Labeler to rozszerzenie Chrome opracowane przez Ricecakes, a jego główną funkcją jest „Automatically labels users based on the Universal Scammers List”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit Scammer Labeler

Pobierz pliki rozszerzeń Reddit Scammer Labeler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Scammer Labeler Reddit Scammer Labeler
ID pimdepbkfokgeadmhmhfpapfdbodadlg
Oficjalny URL https://chromewebstore.google.com/detail/reddit-scammer-labeler/pimdepbkfokgeadmhmhfpapfdbodadlg
Opis Automatically labels users based on the Universal Scammers List
Rozmiar pliku 79.77 KB
Liczba instalacji 10,807
Aktualna Wersja 1.5.4
Ostatnia Aktualizacja 2020-09-14
Data Publikacji 2019-04-18
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper Ricecakes
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.reddit.com/message/compose/?to=Rice_Cakess
Obsługiwane Języki 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"
        }
    ]
}