Reddit Scammer Labeler

Automatically labels users based on the Universal Scammers List

Reddit Scammer Labeler क्या है?

Reddit Scammer Labeler Ricecakes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically labels users based on the Universal Scammers List"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Scammer Labeler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}