WebCRX
Easily and safely install local CRX files in Chrome
WebCRXคืออะไร?
WebCRX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webcrx.io และคุณลักษณะหลักของมันคือ "Easily and safely install local CRX files in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebCRX
ดาวน์โหลดไฟล์ส่วนขยาย WebCRX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Webcrx is an awesome utility that allows you to install and test local CRX files in Chrome with permissions management. Privacy Policy The extension does not track or transfer any of your data. Any usage of extension is not tracked. The extension does not track any websites you visit or search. No data is transferred to any third party. All data is stored within your browser and stays within your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebCRX |
ID | ddgilliopjknmglnpkegbjpoilgachlm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm |
คำอธิบาย | Easily and safely install local CRX files in Chrome |
ขนาดไฟล์ | 159 KB |
จำนวนการติดตั้ง | 505,133 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2021-12-13 |
วันที่เผยแพร่ | 2021-05-20 |
คะแนน | 4.88/5 รวมทั้งหมด 2827 คะแนน |
ผู้พัฒนา | https://webcrx.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webcrx.io |
URL หน้าช่วยเหลือ | https://webcrx.io/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://webcrx.io/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "WebCRX", "description": "Easily and safely install local CRX files in Chrome", "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png", "128": "img\/128.png" }, "homepage_url": "https:\/\/webcrx.io", "browser_action": { "default_icon": "img\/128.png" }, "author": "WebCRX", "background": { "scripts": [ "script\/background.js" ] }, "sandbox": { "pages": [ "sandbox.html" ] }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "externally_connectable": { "matches": [ "https:\/\/webcrx.io\/*" ] } } |