Remove YouTube Scammers
Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Wat is Remove YouTube Scammers?
Remove YouTube Scammers is een Chrome-extensie ontwikkeld door Ashley Rudland, en de belangrijkste functie is "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove YouTube Scammers
Download Remove YouTube Scammers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.
Basisinformatie over de Extensie
Naam | Remove YouTube Scammers |
ID | leemddogjnkjmomaefhchjefjpognndh |
Officiële URL | https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh |
Beschrijving | Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers. |
Bestandsgrootte | 15.86 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-04-10 |
Publicatiedatum | 2021-04-10 |
Ontwikkelaar | Ashley Rudland |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |