NoTrack - Block Redirection Tracking

Prevents redirect links from tracking you in popular search engines.

NoTrack - Block Redirection Tracking란 무엇입니까?

NoTrack - Block Redirection Tracking은(는) loora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents redirect links from tracking you in popular search engines."입니다.

확장 프로그램 스크린샷

screenshot

NoTrack - Block Redirection Tracking 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NoTrack - Block Redirection Tracking extension helps you prevent redirect URLs from tracking you in popular search engines.

It is currently working for Google, Yahoo and Bing search engines. You can add desired rules (with regular expressions) in the options page. When a rule is matched with a redirect URL, it is blocked (or redirected) and therefore the host server won't be able to track you.

You can add any regular expressions that you would like in the options page. But please note that you need to add rules comma separated. Before adding the rules please make sure they are working correctly otherwise it might break the add-on. Bade icon text shows you the number of blocked URLs.

In order to report bugs, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/notrack.html).                    

확장 프로그램 기본 정보

이름 NoTrack - Block Redirection Tracking NoTrack - Block Redirection Tracking
ID knjgjcgmkldnfeejjmacjojljgbhcdbf
공식 URL https://chrome.google.com/webstore/detail/notrack-block-redirection/knjgjcgmkldnfeejjmacjojljgbhcdbf
설명 Prevents redirect links from tracking you in popular search engines.
파일 크기 62.21 KB
설치 횟수 700
현재 버전 0.1.0
최근 업데이트 2018-06-26
출시 날짜 2018-06-26
평점 3.67/5 총 3 개의 평점
개발자 loora
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mybrowseraddon.com/notrack.html
도움말 페이지 URL http://mybrowseraddon.com/notrack.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "short_name": "notrack",
    "name": "NoTrack - Block Redirection Tracking",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/notrack.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "description": "Prevents redirect links from tracking you in popular search engines.",
    "commands": {
        "toggle-default-mode": {
            "description": "NoTrack - Block Redirection Tracking",
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            }
        }
    },
    "browser_action": {
        "default_title": "NoTrack - Block Redirection Tracking",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}