exec JavaScript

Inject your own JS code on any website

exec JavaScriptคืออะไร?

exec JavaScript เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Water และคุณลักษณะหลักของมันคือ "Inject your own JS code on any website"

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

screenshot

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

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

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

                        This extension created to inject your custom JavaScript code into almost any website

When you injecting your code - it will be automatically saved, or you can just hit the save button

Also you can hit R/X/F buttons, they contain code prefabs and means: [const R with return function to test it/let X with console.log/simple Function]

If you getting some error, just click on it, when its appears, and copy it via CTRL+C

After right-clicking on the extension icon, you can:
1. Remove the icon
2. See a cookie, but I didn't tell you that, right?

The extension contains:
1. jQuery v3.7.1
2. Ace editor v1.4.12
3. Displays cookies in the context menu                    

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

ชื่อ exec JavaScript exec JavaScript
ID mcaphekjmimgcaflfkmglmanjhifhpnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exec-javascript/mcaphekjmimgcaflfkmglmanjhifhpnb
คำอธิบาย Inject your own JS code on any website
ขนาดไฟล์ 329 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2020-07-04
ผู้พัฒนา Water
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "exec JavaScript",
    "short_name": "execJS",
    "description": "Inject your own JS code on any website",
    "version": "2.3.0",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "manifest_version": 3
}