ScamBlock
Verifies Youtube comments and warns you about possible scams.
Hvad er ScamBlock?
ScamBlock er en Chrome-udvidelse udviklet af Szakacs David, og dens hovedfunktion er "Verifies Youtube comments and warns you about possible scams.".
Udvidelsesskærmbilleder
Download ScamBlock-udvidelses-CRX-fil
Download ScamBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
ScamBlock helps you detect possible scam attempts in the comment sections of videos on Youtube.
Grundlæggende oplysninger om udvidelsen
Navn | ScamBlock |
ID | immamhckondkpkgljoaiobikjepjomoo |
Officiel URL | https://chromewebstore.google.com/detail/scamblock/immamhckondkpkgljoaiobikjepjomoo |
Beskrivelse | Verifies Youtube comments and warns you about possible scams. |
Filstørrelse | 51.07 KB |
Antal Installationer | 76 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-04-19 |
Udgivelsesdato | 2021-04-19 |
Udvikler | Szakacs David |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://www.buymeacoffee.com/scamblock |
Understøttede Sprog | id,de,en,fr,es,hu,pl,ro,ru,hi,ar,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0", "icons": { "32": "icons\/scamblock-32.png", "48": "icons\/scamblock-48.png", "96": "icons\/scamblock-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*" ], "js": [ "jquery-3.6.0.min.js", "detect.js" ] } ], "browser_action": { "default_icon": "icons\/scamblock-32.png", "default_title": "ScamBlock" } } |