MKKP Hoax Radar
Kamu hírportálok feketelistája.
What is MKKP Hoax Radar?
MKKP Hoax Radar is a Chrome extension developed by ketfarkukutya, and its main feature is "Kamu hírportálok feketelistája.".
Extension Screenshots
Download MKKP Hoax Radar Extension CRX File
Download MKKP Hoax Radar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Kamu hírportálok feketelistája. Amennyiben valamelyik, közismerten kamu híreket terjesztő oldalra tévedsz, egy figyelmeztetést fog dobni ez a kiterjesztés. A teljes listát itt tudod megtekinteni: https://mkkp-hoax-radar.lazos.me/ Amennyiben olyan oldalra bukkantál, ami még nincs benne a listában, itt tudod nekünk bejelenteni: https://docs.google.com/forms/d/e/1FAIpQLScPkkWxC4Af0vqNJi0Mz6yu5-aX6vdcrBNFmc08COS7-LMFXA/viewform
Extension Basic Information
Name | |
ID | mgcbikjflkdkdaekcjnjagikjpjmbjfk |
Official URL | https://chrome.google.com/webstore/detail/mkkp-hoax-radar/mgcbikjflkdkdaekcjnjagikjpjmbjfk |
Description | Kamu hírportálok feketelistája. |
File Size | 32.1 KB |
Installation Count | 315 |
Current Version | 0.2.1 |
Last Updated | 2022-07-08 |
Publish Date | 2018-09-27 |
Rating | 4.86/5 Total 7 Ratings |
Developer | ketfarkukutya |
[email protected] | |
Payment Type | free |
Supported Languages | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "css": [ "overlay.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Kamu h\u00edrport\u00e1lok feketelist\u00e1ja.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 3, "name": "MKKP Hoax Radar", "permissions": [ "tabs" ], "version": "0.2.1" } |