InstAddr for Chrome

Extension that notifies you of new e-mails received at your InstAddr e-mail address.

InstAddr for Chrome là gì?

InstAddr for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://m.kuku.lu, và tính năng chính của nó là "Extension that notifies you of new e-mails received at your InstAddr e-mail address.".

Ả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 InstAddr for Chrome

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

                        Pop-up notifications will notify you when an email is received at the email address you have obtained from InstAddr.

You can create and automatically enter a Disposable E-Mail Address with a single click by right-clicking in the input box on the site.

InstAddr is a highly functional disposable email address service available for PCs and smartphones (Android, iPhone, iPad, Kindle Fire...).
You can get as many e-mail addresses as you want with one click, and delete them as soon as you don't need them any more.

InstAddr
https://m.kuku.lu/

--- 
Due to Chrome's transition to Manifest V3, which will soon force all extensions to migrate to Manifest V3, some functions that were previously available in V2 (such as sound notification and synthetic voice) are no longer available. Please understand this.                    

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

Tên InstAddr for Chrome InstAddr for Chrome
ID ephdkjannbbaocplebkfnnnimphfpigj
URL Chính Thức https://chromewebstore.google.com/detail/instaddr-for-chrome/ephdkjannbbaocplebkfnnnimphfpigj
Mô tả Extension that notifies you of new e-mails received at your InstAddr e-mail address.
Kích Thước Tệp 27.39 KB
Số Lần Cài Đặt 28,950
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2023-06-11
Ngày Phát Hành 2020-06-19
Đánh Giá 4.77/5 Tổng số 61 Đánh Giá
Nhà Phát Triển https://m.kuku.lu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://m.kuku.lu/
URL Trang Trợ Giúp https://m.kuku.lu/help.php
URL Trang Chính Sách Bảo Mật https://aquapal.net/rule.php
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0.4",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/m.kuku.lu\/*",
                "*:\/\/mr.kuku.lu\/*"
            ],
            "all_frames": false,
            "js": [
                "disable_webpush.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": "img\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    },
    "permissions": [
        "background",
        "notifications",
        "contextMenus",
        "webRequest",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.kuku.lu\/"
    ]
}