Easily Disable JavaScript

Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)

Easily Disable JavaScriptคืออะไร?

Easily Disable JavaScript เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flappybird.ee และคุณลักษณะหลักของมันคือ "Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)"

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

screenshot
screenshot
screenshot

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

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

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

                        An easy way to disable any website JavaScript
Use a single button to turn javascript on or off on the Google Chrome Tab you are in. You might want to turn off javascript to help debug a webpage/check your website code errors.

This is the quickest way to enable or disable Javascript

One thing you need is to install this extension and we will do the rest

Once you are on the website you wish to disable javascript, just click on the software extension. That's all
You can turn javascript back on for that webpage by clicking on the extension icon again.                    

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

ชื่อ Easily Disable JavaScript Easily Disable JavaScript
ID phjcflcbbmcigekcmdfnphacifamhlja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easily-disable-javascript/phjcflcbbmcigekcmdfnphacifamhlja
คำอธิบาย Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 13,607
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-12-16
วันที่เผยแพร่ 2020-07-21
คะแนน 4.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://flappybird.ee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.w3technic.com
URL หน้าช่วยเหลือ https://www.w3technic.com/
URL หน้านโยบายความเป็นส่วนตัว https://w3technic.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "contentSettings",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/20.png",
            "40": "images\/40.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/p\/easily-disable-javascript.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}