Injector

Extension for local, dynamic addition of js/css to the any page

Injectorคืออะไร?

Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rozov1 และคุณลักษณะหลักของมันคือ "Extension for local, dynamic addition of js/css to the any page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Injector

ดาวน์โหลดไฟล์ส่วนขยาย Injector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
คำอธิบาย Extension for local, dynamic addition of js/css to the any page
ขนาดไฟล์ 13.47 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2019-02-03
วันที่เผยแพร่ 2019-01-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rozov1
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bercly0b/injector-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}

ส่วนขยายที่เกี่ยวข้อง