Anon.to

anon.to is an anonymous URL redirector

Anon.toคืออะไร?

Anon.to เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nelb.gr และคุณลักษณะหลักของมันคือ "anon.to is an anonymous URL redirector"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anon.to

ดาวน์โหลดไฟล์ส่วนขยาย Anon.to ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}