Anon.to

anon.to is an anonymous URL redirector

Anon.to란 무엇입니까?

Anon.to은(는) https://nelb.gr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "anon.to is an anonymous URL redirector"입니다.

확장 프로그램 스크린샷

screenshot

Anon.to 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Anon.to is an anonymous URL redirector

The advantages of anonymizing your external links with Anon.to
You can use this extension to prevent their site from appearing in the server logs of referred pages as referrer. The operators of the referred pages cannot see where their visitors come from any more.

Using the referrer removal service is quite easy:

We auto produces an anonymous link to tainies-online.info which prevents the original site from appearing as a referrer in the logfiles of the referred page.                    

확장 프로그램 기본 정보

이름 Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
공식 URL https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
설명 anon.to is an anonymous URL redirector
파일 크기 12.33 KB
설치 횟수 72
현재 버전 2
최근 업데이트 2018-02-24
출시 날짜 2018-02-24
평점 5.00/5 총 1 개의 평점
개발자 https://nelb.gr
결제 유형 free
확장 프로그램 웹 사이트 https://www.tainies-online.info/
도움말 페이지 URL https://www.tainies-online.info/
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "16": "images\/play_icon.png",
            "32": "images\/play_icon.png"
        },
        "default_title": "Anon.to"
    },
    "content_scripts": [
        {
            "js": [
                "hide.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "anon.to is an anonymous URL redirector",
    "homepage_url": "https:\/\/www.tainies-online.info",
    "manifest_version": 2,
    "name": "Anon.to",
    "permissions": [
        "activeTab",
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2"
}