JS URL Injector
Inject JS code from custom URL into every web frame
JS URL Injectorคืออะไร?
JS URL Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mm.js.org และคุณลักษณะหลักของมันคือ "Inject JS code from custom URL into every web frame"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS URL Injector
ดาวน์โหลดไฟล์ส่วนขยาย JS URL Injector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It allows you to inject JavaScript file specified by URL to every web site. You should NOT use it, unless you know what you are doing. And the source code is on: https://github.com/1ocalhost/js_injector
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lenanbaimefdmgblhojehfjooimmboch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch |
คำอธิบาย | Inject JS code from custom URL into every web frame |
ขนาดไฟล์ | 19.49 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2018-12-19 |
วันที่เผยแพร่ | 2018-12-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://mm.js.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/1ocalhost/js_injector |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JS URL Injector", "version": "0.0.1", "manifest_version": 2, "description": "Inject JS code from custom URL into every web frame", "icons": { "128": "rat.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ " |