Ahmadiyya Muslim - Affiliated Websites

Ahmadiyya Muslim Association Websites...

Qu'est-ce que Ahmadiyya Muslim - Affiliated Websites ?

Ahmadiyya Muslim - Affiliated Websites est une extension Chrome développée par Asif Javed, et sa fonction principale est "Ahmadiyya Muslim Association Websites...".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ahmadiyya Muslim - Affiliated Websites

Téléchargez les fichiers d'extension Ahmadiyya Muslim - Affiliated Websites au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ahmadiyya Muslim - Affiliated Websites Ahmadiyya Muslim - Affiliated Websites
ID eilogcliffglhnomipibicochnpdahla
URL Officiel https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla
Description Ahmadiyya Muslim Association Websites...
Taille du Fichier 1.07 MB
Nombre d'Installations 46
Version Actuelle 1.2
Dernière Mise à Jour 2013-10-25
Date de Publication 2013-10-25
Évaluation 3.50/5 Total 8 Évaluations
Développeur Asif Javed
Type de Paiement free
Langues Prises en Charge 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"
}