No, thanks.
Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
No, thanks. là gì?
No, thanks. là một tiện ích mở rộng Chrome được phát triển bởi https://www.no-thanks-extension.com, và tính năng chính của nó là "Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No, thanks.
Tải xuống các tệp mở rộng No, thanks. 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
Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us know your location" pop-ups? Survey and opinion pop-ups? Website ratings, "Website protected by" and similar boxes? Toolbars offering website translation? Sticky videos in the corner? "Back to top" buttons? Install "No, thanks." for only € 9.85 a year, choose what you want to hide and clean your precious screen space!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No, thanks. |
ID | gpnimokaaihgjhgopjkfdkpbckmhckoc |
URL Chính Thức | https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc |
Mô tả | Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us… |
Kích Thước Tệp | 33.77 KB |
Số Lần Cài Đặt | 364 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2020-04-22 |
Đánh Giá | 3.47/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://www.no-thanks-extension.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.no-thanks-extension.com/ |
URL Trang Trợ Giúp | https://www.no-thanks-extension.com/faq |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "0.0.9", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "background": { "scripts": [ "data\/extension.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.no-thanks-extension.com\/*" ], "js": [ "data\/home-proxy.js" ] } ], "options_ui": { "page": "data\/options.html" }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |