Web Code Injector

Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.

Web Code Injectorคืออะไร?

Web Code Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jon Ander Echeverria Sanchez และคุณลักษณะหลักของมันคือ "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites."

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

screenshot

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

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

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

                        Add your own code (HTML, CSS, JS) to your favourite websites. You have 3 different ways to work, from the popup in the top icon, from a browser tab or from the development tools (Ctrl + Shift + I or F12)                    

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

ชื่อ Web Code Injector Web Code Injector
ID gffmljieoedhigbaagdjoipecmbiifkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-code-injector/gffmljieoedhigbaagdjoipecmbiifkf
คำอธิบาย Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.
ขนาดไฟล์ 2.36 MB
จำนวนการติดตั้ง 1,130
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2022-05-26
วันที่เผยแพร่ 2019-09-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jon Ander Echeverria Sanchez
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Code Injector",
    "description": "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.",
    "manifest_version": 2,
    "version": "3.0.2",
    "short_name": "WCI",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "cs.js"
            ]
        }
    ],
    "devtools_page": "devBg.html",
    "browser_action": {
        "default_title": "Web Code Injector",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}

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