NoPopup

Move the popup to the popup source window.

NoPopup là gì?

NoPopup là một tiện ích mở rộng Chrome được phát triển bởi developer.waieight., và tính năng chính của nó là "Move the popup to the popup source window.".

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

screenshot

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

Tải xuống các tệp mở rộng NoPopup 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

                        This extension prevents the appearance of pop-ups.                    

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

Tên NoPopup NoPopup
ID ekhcnjfhfmbakjbnifmenejleppjbkif
URL Chính Thức https://chromewebstore.google.com/detail/nopopup/ekhcnjfhfmbakjbnifmenejleppjbkif
Mô tả Move the popup to the popup source window.
Kích Thước Tệp 8.58 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2024-01-16
Ngày Phát Hành 2019-07-30
Nhà Phát Triển developer.waieight.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waieight.hatenablog.jp/
URL Trang Chính Sách Bảo Mật https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoPopup",
    "version": "2.0.0.6",
    "version_name": "0.0.0.6",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ]
}