Ahmadiyya Muslim - Affiliated Websites

Ahmadiyya Muslim Association Websites...

Was ist Ahmadiyya Muslim - Affiliated Websites?

Ahmadiyya Muslim - Affiliated Websites ist eine Chrome-Erweiterung, die von Asif Javed entwickelt wurde, und ihr Hauptmerkmal ist "Ahmadiyya Muslim Association Websites...".

Erweiterungsscreenshots

screenshot

Ahmadiyya Muslim - Affiliated Websites-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ahmadiyya Muslim - Affiliated Websites-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ahmadiyya Muslim - Affiliated Websites Ahmadiyya Muslim - Affiliated Websites
ID eilogcliffglhnomipibicochnpdahla
Offizielle URL https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla
Beschreibung Ahmadiyya Muslim Association Websites...
Dateigröße 1.07 MB
Installationsanzahl 46
Aktuelle Version 1.2
Letztes Update 2013-10-25
Veröffentlichungsdatum 2013-10-25
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler Asif Javed
Zahlungsart free
Unterstützte Sprachen 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"
}