Anon.to

anon.to is an anonymous URL redirector

Anon.to là gì?

Anon.to là một tiện ích mở rộng Chrome được phát triển bởi https://nelb.gr, và tính năng chính của nó là "anon.to is an anonymous URL redirector".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anon.to

Tải xuống các tệp mở rộng Anon.to dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
URL Chính Thức https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
Mô tả anon.to is an anonymous URL redirector
Kích Thước Tệp 12.33 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2018-02-24
Ngày Phát Hành 2018-02-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://nelb.gr
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tainies-online.info/
URL Trang Trợ Giúp https://www.tainies-online.info/
Ngôn Ngữ Được Hỗ Trợ 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"
}