AltFThis - Bypass Tracking Redirects
Adds an option to the right-click menu to bypass tracking servers that might be blocked
AltFThis - Bypass Tracking Redirectsคืออะไร?
AltFThis - Bypass Tracking Redirects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AltFThis และคุณลักษณะหลักของมันคือ "Adds an option to the right-click menu to bypass tracking servers that might be blocked"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AltFThis - Bypass Tracking Redirects
ดาวน์โหลดไฟล์ส่วนขยาย AltFThis - Bypass Tracking Redirects ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an option to the right-click menu to bypass tracking servers that might be blocked ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kfkkfodkjlfcgpmidknhfpiodggaemkc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc |
| คำอธิบาย | Adds an option to the right-click menu to bypass tracking servers that might be blocked |
| ขนาดไฟล์ | 9.3 KB |
| จำนวนการติดตั้ง | 51 |
| เวอร์ชันปัจจุบัน | 1.05 |
| อัปเดตครั้งล่าสุด | 2020-04-08 |
| วันที่เผยแพร่ | 2020-04-08 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | AltFThis |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AltFThis - Bypass Tracking Redirects",
"version": "1.05",
"description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |