Easy Redirect && prevent Cryptojacking

Block harmful's sites and redirect URL's.

¿Qué es Easy Redirect && prevent Cryptojacking?

Easy Redirect && prevent Cryptojacking es una extensión de Chrome desarrollada por Adrián Arbizu, y su función principal es "Block harmful's sites and redirect URL's.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Easy Redirect && prevent Cryptojacking

Descarga archivos de extensión Easy Redirect && prevent Cryptojacking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Block harmful urls (if you import the anti-spam redirects file), redirect with regular expressions and protect yourself against mining(tested with website https://cryptojackingtest.com/).

Setup quick redirects suiting your needs or make Chrome autoclose tabs when you get redirected to an unwanted website.

Cryptojacking is the unauthorized use of someone else’s computer to mine cryptocurrency. Hackers do this by either getting the victim to click on a malicious link in an email that loads crypto mining code on the computer, or by infecting a website or online ad with javaScript code that auto-executes once loaded in the victim’s browser.ither way, the crypto mining code then works in the background as unsuspecting victims     use their computers normally. The only sign they might notice is slower performance or lags in execution.But fear not, this extension will block infected websites scripts from executing in your computer. If you are inside a website doing such practice, extension icon's will change showing a blue exclamation mark. This will be recorded in Cryptojacking Log Tab.

Share your experience at the Chrome Store and rate Simple EasyRedirect extension (ER).
Extension made by Adrián Arbizu Donoso (Spain). 
Framework used: Angular 12.                    

Información Básica de la Extensión

Nombre Easy Redirect && prevent Cryptojacking Easy Redirect && prevent Cryptojacking
ID kceciaijnoaceceljkggfocngjleimem
URL Oficial https://chromewebstore.google.com/detail/easy-redirect-prevent-cry/kceciaijnoaceceljkggfocngjleimem
Descripción Block harmful's sites and redirect URL's.
Tamaño del Archivo 1.59 MB
Cantidad de Instalaciones 2,068
Versión Actual 3.7.0
Última Actualización 2021-08-08
Fecha de Publicación 2019-02-16
Calificación 3.78/5 Total de 9 Calificaciones
Desarrollador Adrián Arbizu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "manifest_version": 3,
    "name": "Easy Redirect && prevent Cryptojacking",
    "description": "Block harmful's sites and redirect URL's.",
    "version": "3.7.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "19": "assets\/icon_128x128.png",
        "38": "assets\/icon_128x128.png",
        "128": "assets\/icon_128x128.png"
    },
    "action": {
        "default_title": "Show configuration!",
        "default_popup": "index.html#\/popup"
    },
    "options_page": "index.html#configuration",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "anti-mining",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    },
    "short_name": "ER",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}