Ahmadiyya Muslim - Affiliated Websites

Ahmadiyya Muslim Association Websites...

Ahmadiyya Muslim - Affiliated Websites là gì?

Ahmadiyya Muslim - Affiliated Websites là một tiện ích mở rộng Chrome được phát triển bởi Asif Javed, và tính năng chính của nó là "Ahmadiyya Muslim Association Websites...".

Ả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 Ahmadiyya Muslim - Affiliated Websites

Tải xuống các tệp mở rộng Ahmadiyya Muslim - Affiliated Websites 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

                        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.                    

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

Tên Ahmadiyya Muslim - Affiliated Websites Ahmadiyya Muslim - Affiliated Websites
ID eilogcliffglhnomipibicochnpdahla
URL Chính Thức https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla
Mô tả Ahmadiyya Muslim Association Websites...
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-10-25
Ngày Phát Hành 2013-10-25
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Asif Javed
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}