No Thank You, Website!
No Thank You, Website!, an open-source Chrome productivity extension to block website access
No Thank You, Website! là gì?
No Thank You, Website! là một tiện ích mở rộng Chrome được phát triển bởi swrittenb, và tính năng chính của nó là "No Thank You, Website!, an open-source Chrome productivity extension to block website access".
Tải xuống tệp CRX của tiện ích mở rộng No Thank You, Website!
Tải xuống các tệp mở rộng No Thank You, Website! 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 and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfableeiebdjblgjnphnmfnhdfaefokc |
URL Chính Thức | https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc |
Mô tả | No Thank You, Website!, an open-source Chrome productivity extension to block website access |
Kích Thước Tệp | 6.61 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-12-08 |
Ngày Phát Hành | 2016-12-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | swrittenb |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Thank You, Website!", "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "No Thank You, Website!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "*:\/\/*\/*" ] } |