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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
]
} | |