JS Toggle

We said no.

JS Toggle là gì?

JS Toggle là một tiện ích mở rộng Chrome được phát triển bởi js.toggle.2019, và tính năng chính của nó là "We said no.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JS Toggle

Tải xuống các tệp mở rộng JS Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple toggle for globally enabling / disabling JavaScript. 

I released JS Toggle a little over a year ago and I'm proud to say that I still use it nearly every day. I created this extension because I wanted two things:

* A simple javascript toggle that I could trust not to send my data anywhere, and that does not request unnecessary permissions (i.e. it is not necessary to view the content of a website to prevent it from executing code).

* An aesthetic that wasn't too ugly so I could tolerate the toggle button being visible in my browser menu.

There are similar extensions that are more robust, but I like code that strives to do only a single task without additional bells and whistles. No surprises here - just a simple, unobtrusive switch.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JS Toggle JS Toggle
ID bnhjfamolmolljikdopibpabimjfellc
URL Chính Thức https://chromewebstore.google.com/detail/js-toggle/bnhjfamolmolljikdopibpabimjfellc
Mô tả We said no.
Kích Thước Tệp 5.48 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2021-08-13
Ngày Phát Hành 2020-04-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển js.toggle.2019
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Scott A. Ledbetter",
    "name": "JS Toggle",
    "description": "We said no.",
    "permissions": [
        "contentSettings"
    ],
    "version": "1.1.4",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "JS Toggle",
        "default_icon": "images\/start.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}