Remove YouTube Scammers
Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Was ist Remove YouTube Scammers?
Remove YouTube Scammers ist eine Chrome-Erweiterung, die von Ashley Rudland entwickelt wurde, und ihr Hauptmerkmal ist "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".
Erweiterungsscreenshots
Remove YouTube Scammers-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove YouTube Scammers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.
Grundlegende Informationen zur Erweiterung
Name | Remove YouTube Scammers |
ID | leemddogjnkjmomaefhchjefjpognndh |
Offizielle URL | https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh |
Beschreibung | Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers. |
Dateigröße | 15.86 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-04-10 |
Veröffentlichungsdatum | 2021-04-10 |
Entwickler | Ashley Rudland |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove YouTube Scammers", "description": "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.", "version": "1.0.0", "author": "Ashley Rudland", "browser_action": { "default_title": "Remove YouTube Scammers" }, "permissions": [ "tabs", "webNavigation", "https:\/\/www.youtube.com\/*" ], "background": { "scripts": [ "extension.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |