Reddit FRANK Detector
Detects Reddit FRANKS (Fresh Reddit Account, No Karma)
What is Reddit FRANK Detector?
Reddit FRANK Detector is a Chrome extension developed by impossible, and its main feature is "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)".
Extension Screenshots
Download Reddit FRANK Detector Extension CRX File
Download Reddit FRANK Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
F.R.A.N.K. - Fresh Reddit Account, No Karma This extension checks Reddit comment authors for low/negative karma and new accounts. It then flags any offending comments. To put it simply, this extension makes Reddit trolls more obvious. This is not the world's most sophisticated troll detector but it will quickly identify the most obvious offenders. You will be surprised how many obvious trolls are hiding in virtually every thread.
Extension Basic Information
Name | Reddit FRANK Detector |
ID | cdlniegonhfdpmbfkchckkdnbfjjejha |
Official URL | https://chromewebstore.google.com/detail/reddit-frank-detector/cdlniegonhfdpmbfkchckkdnbfjjejha |
Description | Detects Reddit FRANKS (Fresh Reddit Account, No Karma) |
File Size | 48.7 KB |
Installation Count | 109 |
Current Version | 0.7 |
Last Updated | 2018-03-17 |
Publish Date | 2018-03-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | impossible |
Payment Type | free |
Extension Website | https://www.reddit.com/user/feeling_impossible/ |
Help Page URL | https://www.reddit.com/user/feeling_impossible/ |
Privacy Policy Page URL | https://docs.google.com/document/d/e/2PACX-1vRJ8JaPrbZKiVU6LqQsby6O81Pf7QXoP11pkZPKdyduROpE7BMHrm6U7pNBdfxRgBfJMCRS5K8VJv1d/pub |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit FRANK Detector", "short_name": "FRANK Finder", "description": "Detects Reddit FRANKS (Fresh Reddit Account, No Karma)", "version": "0.7", "author": "impossible", "browser_action": { "default_popup": "rfd.html", "default_icon": "rfd16.png" }, "manifest_version": 2, "content_scripts": [ { "run_at": "document_idle", "css": [ "styles.css" ], "js": [ "jquery-3.3.1.min.js", "settings.js", "rfd.js" ], "matches": [ "https:\/\/*.reddit.com\/*" ] } ], "permissions": [ "storage" ], "icons": { "16": "rfd16.png", "48": "rfd48.png", "128": "rfd128.png" } } |