Hosts modifier
Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.
Hosts modifierคืออะไร?
Hosts modifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kiyoshi.yamashita และคุณลักษณะหลักของมันคือ "Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hosts modifier
ดาวน์โหลดไฟล์ส่วนขยาย Hosts modifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file. Achieve seamless domain redirection with just a few clicks, bypassing the hassle of manually editing system files. Ideal for developers and users who require flexible and quick domain switching.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hosts modifier |
ID | cmjkafkhlfpegnlhphhbpfbdblmkmden |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hosts-modifier/cmjkafkhlfpegnlhphhbpfbdblmkmden |
คำอธิบาย | Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file. |
ขนาดไฟล์ | 274 KB |
จำนวนการติดตั้ง | 131 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-10-23 |
วันที่เผยแพร่ | 2023-10-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | kiyoshi.yamashita |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html" }, "version": "0.0.4", "author": "kiyoshi.yamashita", "name": "Hosts modifier", "description": "Hosts Modifier allows you to effortlessly redirect domain requests without the need to modify your hosts file.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "declarativeNetRequest", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rules_1", "enabled": true, "path": "rules.f525d760.json" } ] } } |