Easy Redirect && prevent Cryptojacking

Block harmful's sites and redirect URL's.

Easy Redirect && prevent Cryptojacking란 무엇입니까?

Easy Redirect && prevent Cryptojacking은(는) Adrián Arbizu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block harmful's sites and redirect URL's."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Easy Redirect && prevent Cryptojacking 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Easy Redirect && prevent Cryptojacking Easy Redirect && prevent Cryptojacking
ID kceciaijnoaceceljkggfocngjleimem
공식 URL https://chromewebstore.google.com/detail/easy-redirect-prevent-cry/kceciaijnoaceceljkggfocngjleimem
설명 Block harmful's sites and redirect URL's.
파일 크기 1.59 MB
설치 횟수 2,068
현재 버전 3.7.0
최근 업데이트 2021-08-08
출시 날짜 2019-02-16
평점 3.78/5 총 9 개의 평점
개발자 Adrián Arbizu
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}