Disable Javascript

Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…

Disable Javascriptคืออะไร?

Disable Javascript เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iboyosifns และคุณลักษณะหลักของมันคือ "Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…"

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

screenshot
screenshot
screenshot

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

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

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

                        Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your protection, you can disable or enable JavaScript in Chrome with these steps.                    

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

ชื่อ Disable Javascript Disable Javascript
ID ljllphohcllhbadkbnekpdpdgkfpmcpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-javascript/ljllphohcllhbadkbnekpdpdgkfpmcpg
คำอธิบาย Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2018-02-08
วันที่เผยแพร่ 2018-02-07
ผู้พัฒนา iboyosifns
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.google.com/intl/ar/policies/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Javascript",
    "version": "0.2",
    "description": "",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Manage"
    },
    "background": {
        "scripts": [
            "js\/buy.js",
            "js\/sitesModal.js",
            "js\/background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoZRVFsNbKmkDpzAlaxigc8aRwzczjVEz2o53buu5h7vEeBsdR8DLr6I6bWnvkJ88JP973uYMMBeflpAw\/KRWd1RC5h+QGoeb31H5XHzIUNLA+yEwKR5Jo5UwRYx9v9Cw0fWlZo0AEWF8pNqjiqjXM0EGH1VvBYtCJOWrU2M62Ke9pZ3Z\/nZ4gsxn7nYejET\/4lkOcjFrxXYXBX21Iy0ZPrAObVhVfbCour0uipsJBCM8aWsv7OYv9kS7EbVosPYqGXwoJfjUECR7cqwGrv4ENm8HkckJaLOoXYQWU0kUt9AY2\/t1nnLkT31niu4lXwYqBuWuxU48UHy8DN14W6mtAwIDAQAB",
    "permissions": [
        "contentSettings",
        "activeTab"
    ],
    "icons": {
        "48": "icon.png"
    }
}