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はiboyosifnsによって開発されたChromeの拡張機能で、その主な機能は「Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…」です。
拡張機能のスクリーンショット
Disable Javascript拡張機能のCRXファイルをダウンロード
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 |
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" } } |