ScamAdviser
Scamadviser, check for scams, phishing, malware and fakes
Co to jest ScamAdviser?
ScamAdviser to rozszerzenie Chrome opracowane przez Scamadviser, a jego główną funkcją jest „Scamadviser, check for scams, phishing, malware and fakes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ScamAdviser
Pobierz pliki rozszerzeń ScamAdviser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
ScamAdviser.com helps over 3 million consumers every month to discover if a website is legitimate or a possible scam. You can now install the ScamAdviser browser extension to real time check if a website is legit or may contain malware, is phishing for your personal information or be an online fraud. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lcmofkcgjjagmhodenahpocfkpopjdci |
| Oficjalny URL | https://chromewebstore.google.com/detail/scamadviser/lcmofkcgjjagmhodenahpocfkpopjdci |
| Opis | Scamadviser, check for scams, phishing, malware and fakes |
| Rozmiar pliku | 887 KB |
| Liczba instalacji | 12,133 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2023-06-09 |
| Data Publikacji | 2022-08-26 |
| Ocena | 4.00/5 Łącznie 10 Oceny |
| Deweloper | Scamadviser |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.scamadviser.com/download-browser-extension-app |
| Adres URL Strony Pomocy | https://www.scamadviser.com/contact |
| Adres URL Strony Polityki Prywatności | https://www.scamadviser.com/privacy-policy |
| Obsługiwane Języki | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,ru,uk,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScamAdviser",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"homepage_url": "https:\/\/www.scamadviser.com",
"default_locale": "en",
"version": "1.1.0",
"author": "Konrad Ossowski",
"manifest_version": 3,
"incognito": "split",
"background": {
"service_worker": "build\/background.js"
},
"action": {
"default_icon": {
"16": "\/images\/Scamadviser_Shield_Gray.png",
"32": "\/images\/Scamadviser_Shield_Gray.png",
"48": "\/images\/Scamadviser_Shield_Gray.png",
"128": "\/images\/Scamadviser_Shield_Gray.png"
}
},
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"contextMenus"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"build\/content-scripts.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"fonts\/*.woff"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "\/images\/Scamadviser_Shield_Red.png",
"32": "\/images\/Scamadviser_Shield_Red.png",
"48": "\/images\/Scamadviser_Shield_Red.png",
"128": "\/images\/Scamadviser_Shield_Red.png"
}
} | |