Predirect
Redirect to privacy friendly alternatives
Predirectคืออะไร?
Predirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย कलम नाम และคุณลักษณะหลักของมันคือ "Redirect to privacy friendly alternatives"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Predirect
ดาวน์โหลดไฟล์ส่วนขยาย Predirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A open source manifest v3 web extension with minimal permissions that automatically redirects popular sites(Twitter, Medium etc) to alternative privacy friendly frontends Source code- https://github.com/libreom/predirect
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Predirect |
ID | aiillidfcgfckfhkpiakhkkpbkknagnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/predirect/aiillidfcgfckfhkpiakhkkpbkknagnp |
คำอธิบาย | Redirect to privacy friendly alternatives |
ขนาดไฟล์ | 23.95 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2024-01-25 |
วันที่เผยแพร่ | 2023-12-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | कलम नाम |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/libreom/predirect |
URL หน้าช่วยเหลือ | https://github.com/libreom/predirect/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Predirect", "description": "Redirect to privacy friendly alternatives", "version": "1.2", "permissions": [ "declarativeNetRequest", "storage", "alarms" ], "action": { "default_popup": "popup\/popup.html", "default_icon": "assets\/icon.png" }, "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.fandom.com\/*", "*:\/\/*.imdb.com\/*", "*:\/\/*.genius.com\/*", "*:\/\/*.goodreads.com\/*", "*:\/\/*.imgur.com\/*", "*:\/\/*.pixiv.net\/*", "*:\/\/*.urbandictionary.com\/*", "*:\/\/*.ultimate-guitar.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.wolframalpha.com\/*", "*:\/\/*.bandcamp.com\/*", "*:\/\/*.tumblr.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.t.co\/*", "*:\/\/*.twimg.com\/*", "*:\/\/*.instructables.com\/*", "*:\/\/*.knowyourmeme.com\/*", "*:\/\/*.snopes.com\/*", "*:\/\/*.reuters.com\/*", "*:\/\/*.stackoverflow.com\/*", "*:\/\/*.stackexchange.com\/*", "*:\/\/www.google.com\/*", "*:\/\/translate.google.com\/*" ] } |