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是由http://kejriwalextension.com開發的Chrome擴展程式,該擴展的主要功能是“Never again miss out on a single update. Know everything about Chief Minister of Delhi, Arvind Kejriwal as it occurs.”。

擴展截圖

screenshot

下載Chief Minister of Delhi, Arvind Kejriwal擴展crx文件

下載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
官方網址 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
}