android messages

android messages as a Chrome Extension

ما هو android messages؟

android messages هو إضافة Chrome تم تطويرها بواسطة siniux، والميزة الرئيسية لها هي "android messages as a Chrome Extension".

تحميل ملف CRX للإضافة android messages

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

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

                        Want to run 'android messages' on a standalone browser window, just like a grown up chat solution? Now you can!                    

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

الاسم android messages android messages
ID meknbncbeioaffkoibipojfjibmfbnld
عنوان URL الرسمي https://chromewebstore.google.com/detail/android-messages/meknbncbeioaffkoibipojfjibmfbnld
الوصف android messages as a Chrome Extension
حجم الملف 49.75 KB
عدد التثبيتات 823
النسخة الحالية 0.0.1
آخر تحديث 2018-06-18
تاريخ النشر 2018-06-18
تقييم 3.80/5 مجموع تقييمات 5
المطور siniux
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://play.google.com/store/apps/developer?id=flick
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "android messages",
    "description": "android messages as a Chrome Extension",
    "version": "0.0.1",
    "author": "siniux",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "24": "assets\/icon_24.png",
            "32": "assets\/icon_32.png"
        },
        "default_title": "android messages"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "96": "assets\/icon_96.png",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png"
    },
    "permissions": [
        "notifications"
    ]
}