Redirect Blocker
Redirect Blocker saves you from facing potential malicious/annoying redirects.
Redirect Blockerคืออะไร?
Redirect Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tyson3101.com และคุณลักษณะหลักของมันคือ "Redirect Blocker saves you from facing potential malicious/annoying redirects."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Redirect Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For example, when on websites like Soap2day or other similar sites, you have to fight for your life closing and avoiding redirects to get to the page wanted, but with this extension, it is easy as pie, and also a much more pleasant experience. Disclaimer: Redirect Blocker is not affiliated with Soap2Day or any other website that hosts pirated content. The extension is intended to be used for legal purposes only. Users who use the extension for illegal purposes do so at their own risk. NOTES: - The extension only works on tabs/URLs that have it enabled. - For ease, use the shortcut, alt + shift + s (or change to your own), to toggle the extension on and off. - If a redirect is needed, switch tabs to one with the extension disabled or toggle it off and back on. - If you face any issues, https://github.com/Tyson3101/Redirect-Blocker/issues is the best place to go. - Hope it's helpful!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redirect Blocker |
ID | egmgebeelgaakhaoodlmnimbfemfgdah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redirect-blocker/egmgebeelgaakhaoodlmnimbfemfgdah |
คำอธิบาย | Redirect Blocker saves you from facing potential malicious/annoying redirects. |
ขนาดไฟล์ | 991 KB |
จำนวนการติดตั้ง | 7,191 |
เวอร์ชันปัจจุบัน | 3.0.2 |
อัปเดตครั้งล่าสุด | 2023-07-04 |
วันที่เผยแพร่ | 2022-07-15 |
คะแนน | 3.86/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | https://tyson3101.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Tyson3101/Redirect-Blocker |
URL หน้าช่วยเหลือ | https://github.com/Tyson3101/Redirect-Blocker/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redirect Blocker", "version": "3.0.2", "background": { "service_worker": ".\/dist\/background.js" }, "description": "Redirect Blocker saves you from facing potential malicious\/annoying redirects.", "icons": { "16": ".\/img\/Icon16.png", "32": ".\/img\/Icon32.png", "128": ".\/img\/Icon128.png" }, "action": { "default_icon": ".\/img\/popupIcon128.png", "default_popup": "\/dist\/popup\/popup.html", "default_title": "Redirect Blocker" }, "content_scripts": [ { "matches": [ " |