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
官方網址 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"
        ]
    }
}