Custom Site JS

Run your own (per url or domain) custom JavaScript on sites.

Custom Site JSคืออะไร?

Custom Site JS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Hicken และคุณลักษณะหลักของมันคือ "Run your own (per url or domain) custom JavaScript on sites."

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

screenshot

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

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

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

                        Have you ever wished you could customize a website to your personal preferences every time you visited it?

Ever heard of a bookmarklet?  Bookmarklets run JavaScript on a page for you when you click on the bookmark.  But how inconvenient to have to click a bookmark every time you visit a site?

What if you could have your JavaScript simply run on the site as the page loads with no extra effort from you?  That's what this extension is about.

Custom Site JS allows you to Add, Edit, or Delete snippets of custom JavaScript, that will automatically be run on a page for you based on a URL you provide.  You can create as many as you like.  The only limit is a maximum of 5 megabytes as the scripts are stored in your local storage.

Everything is stored and run locally.  This extension will never make any kind of external web request, network requests, or in short send any of your information anywhere.  The only way it will pass any information outside of your local environment is if you create a snippet of JavaScript that explicitly sends information somewhere.                    

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

ชื่อ Custom Site JS Custom Site JS
ID pclbdoihplpfbkmebiaojnhfbgdgkcol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-site-js/pclbdoihplpfbkmebiaojnhfbgdgkcol
คำอธิบาย Run your own (per url or domain) custom JavaScript on sites.
ขนาดไฟล์ 92.18 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-11-20
วันที่เผยแพร่ 2019-10-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา David Hicken
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Site JS",
    "version": "1.0.1",
    "description": "Run your own (per url or domain) custom JavaScript on sites.",
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "64": "image\/icon64.png",
        "128": "image\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16.png",
            "32": "image\/icon32.png",
            "48": "image\/icon48.png",
            "64": "image\/icon64.png",
            "128": "image\/icon128.png"
        },
        "default_popup": "html\/index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}

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