Guerrilla Mail

This plugin will help you to get disposable email fast and without leaving current page.

ما هو Guerrilla Mail؟

Guerrilla Mail هو إضافة Chrome تم تطويرها بواسطة AMZScout، والميزة الرئيسية لها هي "This plugin will help you to get disposable email fast and without leaving current page.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Guerrilla Mail

قم بتنزيل ملفات الامتداد Guerrilla Mail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Guerilla mail plugin allow you to get disposable mail box without living your current page. When you got it, plugin will check email and shows your inbox mail. You can open and read what you got.                    

معلومات أساسية عن التمديد

الاسم Guerrilla Mail Guerrilla Mail
ID anlbgefehfaoddhbdeodadgoifdjkbeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/guerrilla-mail/anlbgefehfaoddhbdeodadgoifdjkbeg
الوصف This plugin will help you to get disposable email fast and without leaving current page.
حجم الملف 55.28 KB
عدد التثبيتات 353
النسخة الحالية 1.0.4
آخر تحديث 2016-05-02
تاريخ النشر 2016-05-01
تقييم 3.71/5 مجموع تقييمات 7
المطور AMZScout
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://amzscout.net/docs/security-policy.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guerrilla Mail",
    "version": "1.0.4",
    "description": "This plugin will help you to get disposable email fast and without leaving current page.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/www.guerrillamail.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "window.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}