Ahmadiyya Muslim - Affiliated Websites

Ahmadiyya Muslim Association Websites...

ما هو Ahmadiyya Muslim - Affiliated Websites؟

Ahmadiyya Muslim - Affiliated Websites هو إضافة Chrome تم تطويرها بواسطة Asif Javed، والميزة الرئيسية لها هي "Ahmadiyya Muslim Association Websites...".

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

screenshot

تحميل ملف CRX للإضافة Ahmadiyya Muslim - Affiliated Websites

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

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

                        The internet is like the universe, ever-expanding with no known boundaries.  There is more information than I could ever hope to access.  To deal with the volume of content on the web, I use bookmarks to keep track of my favourite websites But as the number of websites that I bookmark grows, it quickly gets difficult to find the time to check each one every day. So I have created a list of all Jama’at websites. 

Hope this will help.                    

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

الاسم Ahmadiyya Muslim - Affiliated Websites Ahmadiyya Muslim - Affiliated Websites
ID eilogcliffglhnomipibicochnpdahla
عنوان URL الرسمي https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla
الوصف Ahmadiyya Muslim Association Websites...
حجم الملف 1.07 MB
عدد التثبيتات 46
النسخة الحالية 1.2
آخر تحديث 2013-10-25
تاريخ النشر 2013-10-25
تقييم 3.50/5 مجموع تقييمات 8
المطور Asif Javed
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahmadiyya Muslim - Affiliated Websites",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Ahmadiyya Muslim Association Websites...",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "Ahmadiyya Muslim Association Websites "
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Ahmadiyya Muslim Association Websites",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}