Diverse Soles Nike Checkout Bot

This ya boy Diverse Soles cooking

什么是 Diverse Soles Nike Checkout Bot?

Diverse Soles Nike Checkout Bot是由Diverse Soles开发的Chrome扩展程序,该扩展的主要功能是“This ya boy Diverse Soles cooking”。

扩展截图

screenshot

下载 Diverse Soles Nike Checkout Bot扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称  Diverse Soles Nike Checkout Bot Diverse Soles Nike Checkout Bot
ID enbjiojolkkdlejnbfafnpemlijeabga
官方URL https://chrome.google.com/webstore/detail/diverse-soles-nike-checko/enbjiojolkkdlejnbfafnpemlijeabga
简介 This ya boy Diverse Soles cooking
文件大小 374 KB
安装次数 42
当前版本 1.0.3.2
更新时间 2015-09-07
上架时间 2015-09-07
评分 5.00/5 共2次评分
开发者 Diverse Soles
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Diverse Soles Nike Checkout Bot",
    "version": "1.0.3.2",
    "manifest_version": 2,
    "options_page": "\/options\/index.html",
    "description": "This ya boy Diverse Soles cooking",
    "browser_action": {
        "default_icon": "\/logo.png",
        "default_title": "Diverse Soles Checkout",
        "default_popup": "\/popup.html"
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "tabs",
        "history",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/www.adidas.com\/",
        "windows",
        "background",
        "storage",
        "proxy"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.html"
        ]
    }
}