Remove YouTube Scammers

Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.

Vad är Remove YouTube Scammers?

Remove YouTube Scammers är en Chrome-tillägg utvecklad av Ashley Rudland, och dess huvudfunktion är "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".

Tilläggsskärmbilder

screenshot

Ladda ner Remove YouTube Scammers-förlängningens CRX-fil

Ladda ner Remove YouTube Scammers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.                    

Grundläggande Information om Tillägg

Namn Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
Officiell webbadress https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
Beskrivning Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Filstorlek 15.86 KB
Antal Installationer 24
Aktuell Version 1.0.0
Senast Uppdaterad 2021-04-10
Publiceringsdatum 2021-04-10
Utvecklare Ashley Rudland
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}