ABC Extention

This extension will be used for site....

什么是ABC Extention?

ABC Extention是由chriskabi开发的Chrome扩展程序,该扩展的主要功能是“This extension will be used for site....”。

下载ABC Extention扩展crx文件

下载ABC Extention扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        type description for that app what ever you want ?                    

扩展基本信息

名称 ABC Extention ABC Extention
ID kahpmldfaflnbdkjjnjfdebodfklicpn
官方URL https://chrome.google.com/webstore/detail/abc-extention/kahpmldfaflnbdkjjnjfdebodfklicpn
简介 This extension will be used for site....
文件大小 5.37 KB
安装次数 68
当前版本 1.3
更新时间 2014-11-14
上架时间 2014-11-14
评分 5.00/5 共1次评分
开发者 chriskabi
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABC Extention",
    "description": "This extension will be used for site....",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/winforyou.eu\/"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}