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
官方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
}