Chief Minister of Delhi, Arvind Kejriwal

Never again miss out on a single update. Know everything about Chief Minister of Delhi, Arvind Kejriwal as it occurs.

Τι είναι το Chief Minister of Delhi, Arvind Kejriwal;

Το Chief Minister of Delhi, Arvind Kejriwal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://kejriwalextension.com, και η κύρια λειτουργία του είναι "Never again miss out on a single update. Know everything about Chief Minister of Delhi, Arvind Kejriwal as it occurs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chief Minister of Delhi, Arvind Kejriwal

Λήψη αρχείων επέκτασης Chief Minister of Delhi, Arvind Kejriwal σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Install To Have Everything Related To Arvind Kejriwal Just A Click Away.


FEATURES
--------------

1) Every News/Article About Arvind Kejriwal As And It Appear On Web.

2) Arvind Kejriwal's Facebook Page Updates.

3) Arvind Kejriwal Twitter Updates.

4) Tweet Directly @ArvindKejriwal With A single Click From Wherever You Are On Web.

5) Be The First To Know About Any News Update With "News Alert" Count On Extension Icon.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chief Minister of Delhi, Arvind Kejriwal Chief Minister of Delhi, Arvind Kejriwal
ID hfjeoakdkjcjihdboiljghdcneiagmpb
Επίσημο URL https://chrome.google.com/webstore/detail/chief-minister-of-delhi-a/hfjeoakdkjcjihdboiljghdcneiagmpb
Περιγραφή Never again miss out on a single update. Know everything about Chief Minister of Delhi, Arvind Kejriwal as it occurs.
Μέγεθος Αρχείου 52.84 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2020-04-01
Ημερομηνία Δημοσίευσης 2020-04-01
Αξιολόγηση 4.88/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής http://kejriwalextension.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chief Minister of Delhi, Arvind Kejriwal",
    "short_name": "Arvind News",
    "description": "Never again miss out on a single update. Know everything about Chief Minister of Delhi, Arvind Kejriwal as it occurs.",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_name": "Kejriwal News",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "web_accessible_resources": [
        "script.js",
        "https:\/\/www.google.com\/jsapi?key=AIzaSyA5m1Nc8ws2BbmPRwKu5gFradvD_hgq6G0",
        "http:\/\/monapps.org"
    ],
    "manifest_version": 2
}