Vytal - Spoof Timezone, Geolocation & Locale

Spoof time zone, geolocation, locale and user agent. Match your location data to your VPN's ip address.

Vytal - Spoof Timezone, Geolocation & Localeคืออะไร?

Vytal - Spoof Timezone, Geolocation & Locale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vytal.io และคุณลักษณะหลักของมันคือ "Spoof time zone, geolocation, locale and user agent. Match your location data to your VPN's ip address."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vytal - Spoof Timezone, Geolocation & Locale

ดาวน์โหลดไฟล์ส่วนขยาย Vytal - Spoof Timezone, Geolocation & Locale ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension allows you to customize your browser's settings to appear as if you are accessing the internet from a different location, locale, or device. This can be useful for testing websites, bypassing regional restrictions, or protecting your privacy online. With just a few clicks, you can change your time zone, locale, geolocation, and user agent to match your desired settings.

Most extensions that provide these features rely on content scripts to inject script tags into web pages. There are many limitations to script tag injections which you can read about here: https://palant.info/2020/12/10/how-anti-fingerprinting-extensions-tend-to-make-fingerprinting-easier

Vytal utilizes the chrome.debugger API to spoof this data instead. This allows the data to be spoofed in frames, web workers and during the initial loading of a website. It also makes the spoofing completely undetectable.

You can test and compare Vytal and other extensions on https://vytal.io

Vytal is free, collects no data and signup is not required.

While spoofing data a notification bar becomes visible. Hiding the bar can be done by using the --silent-debugger-extension-api flag. Instructions on how to run chrome with flags: https://www.chromium.org/developers/how-tos/run-chromium-with-flags

Vytal is not a VPN or proxy and will not change your IP address. However, it can be used in combination with a VPN service to obscure your true location.

GitHub Repository: https://github.com/vytal-io/vytal-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vytal - Spoof Timezone, Geolocation & Locale Vytal - Spoof Timezone, Geolocation & Locale
ID ncbknoohfjmcfneopnfkapmkblaenokb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vytal-spoof-timezone-geol/ncbknoohfjmcfneopnfkapmkblaenokb
คำอธิบาย Spoof time zone, geolocation, locale and user agent. Match your location data to your VPN's ip address.
ขนาดไฟล์ 367 KB
จำนวนการติดตั้ง 42,425
เวอร์ชันปัจจุบัน 2.1.10
อัปเดตครั้งล่าสุด 2023-09-06
วันที่เผยแพร่ 2021-06-29
คะแนน 4.11/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา https://vytal.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vytal.io
URL หน้าช่วยเหลือ https://github.com/vytal-io/vytal-extension
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "version": "2.1.10",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "__MSG_extName__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "debugger"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "128": "icon128.png"
    }
}