Asset injector Google Chrome extension
Injects JS and CSS links for specific domains
Asset injector Google Chrome extensionคืออะไร?
Asset injector Google Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dimitry.mashkov และคุณลักษณะหลักของมันคือ "Injects JS and CSS links for specific domains"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asset injector Google Chrome extension
ดาวน์โหลดไฟล์ส่วนขยาย Asset injector Google Chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inserts specified CSS URL and/or JS URL Applies only to specified domain name
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Asset injector Google Chrome extension |
ID | obpidgojggdbmochnlgiejlhiepgfmpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/asset-injector-google-chr/obpidgojggdbmochnlgiejlhiepgfmpb |
คำอธิบาย | Injects JS and CSS links for specific domains |
ขนาดไฟล์ | 7.77 KB |
จำนวนการติดตั้ง | 163 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-05-21 |
วันที่เผยแพร่ | 2018-05-21 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dimitry.mashkov |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dmitry-mashkov/chrome-asset-injector |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asset injector Google Chrome extension", "version": "1.1", "description": "Injects JS and CSS links for specific domains", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injector.servis.js" ] } ], "browser_action": { "default_icon": "images\/icon-disabled.png", "default_title": "Asset injector", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |