Js-Injection

Javascript Injection Extenstion Tool for Chromium-based Web browsers

Js-Injectionคืออะไร?

Js-Injection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AnOldStory และคุณลักษณะหลักของมันคือ "Javascript Injection Extenstion Tool for Chromium-based Web browsers"

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

screenshot

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

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

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

                        Javascript Injection Extension Tool for Chromium-based Web browsers

This Project is based on opensource 
visit https://github.com/AnOldStory/Js-Injection and make good extension together                    

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

ชื่อ Js-Injection Js-Injection
ID mijnijeicfcodlijkmafknapfcilffni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/js-injection/mijnijeicfcodlijkmafknapfcilffni
คำอธิบาย Javascript Injection Extenstion Tool for Chromium-based Web browsers
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2020-04-02
วันที่เผยแพร่ 2020-03-27
ผู้พัฒนา AnOldStory
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Js-Injection",
    "author": "AnOldStory",
    "version": "2.0.2",
    "description": "Javascript Injection Extenstion Tool for Chromium-based Web browsers",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "injection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Js-Injection"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "storage",
        ""
    ]
}