Redirect skipper
Skip tracking and redirect domains on search engines, social networks, and more.
Redirect skipperคืออะไร?
Redirect skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย artgudele และคุณลักษณะหลักของมันคือ "Skip tracking and redirect domains on search engines, social networks, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect skipper
ดาวน์โหลดไฟล์ส่วนขยาย Redirect skipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple app that removes annoying redirects before navigation to a target page. Search engines, social networks track your browsing history with such a trick. Works on the most visited websites, and I improve the database.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redirect skipper |
ID | innfgppndhmajanacannnjmlfnimkegf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redirect-skipper/innfgppndhmajanacannnjmlfnimkegf |
คำอธิบาย | Skip tracking and redirect domains on search engines, social networks, and more. |
ขนาดไฟล์ | 10.57 KB |
จำนวนการติดตั้ง | 1,272 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-10-14 |
วันที่เผยแพร่ | 2021-09-07 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | artgudele |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Redirect skipper", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Redirect skipper" }, "description": "Skip tracking and redirect domains on search engines, social networks, and more.", "icons": { "128": "icon128.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "55.0", "name": "Redirect skipper", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "short_name": "Redirect skipper", "version": "1.5", "web_accessible_resources": [ "fixtures\/*" ] } |