InstAddr for Chrome

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

InstAddr for Chrome क्या है?

InstAddr for Chrome https://m.kuku.lu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that notifies you of new e-mails received at your InstAddr e-mail address."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InstAddr for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम InstAddr for Chrome InstAddr for Chrome
ID ephdkjannbbaocplebkfnnnimphfpigj
आधिकारिक URL https://chromewebstore.google.com/detail/instaddr-for-chrome/ephdkjannbbaocplebkfnnnimphfpigj
विवरण Extension that notifies you of new e-mails received at your InstAddr e-mail address.
फ़ाइल का आकार 27.39 KB
स्थापना संख्या 28,950
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-06-11
प्रकाशन तिथि 2020-06-19
रेटिंग 4.77/5 कुल 61 रेटिंग्स
डेवलपर https://m.kuku.lu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://m.kuku.lu/
सहायता पृष्ठ URL https://m.kuku.lu/help.php
गोपनीयता नीति पृष्ठ URL https://aquapal.net/rule.php
समर्थित भाषाएँ 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\/"
    ]
}