NoTrack - Block Redirection Tracking

Prevents redirect links from tracking you in popular search engines.

NoTrack - Block Redirection Trackingคืออะไร?

NoTrack - Block Redirection Tracking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loora และคุณลักษณะหลักของมันคือ "Prevents redirect links from tracking you in popular search engines."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoTrack - Block Redirection Tracking

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

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

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