Diverse Soles Nike Checkout Bot

This ya boy Diverse Soles cooking

What is Diverse Soles Nike Checkout Bot?

Diverse Soles Nike Checkout Bot is a Chrome extension developed by Diverse Soles, and its main feature is "This ya boy Diverse Soles cooking".

Extension Screenshots

screenshot

Download Diverse Soles Nike Checkout Bot Extension CRX File

Download Diverse Soles Nike Checkout Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name  Diverse Soles Nike Checkout Bot Diverse Soles Nike Checkout Bot
ID enbjiojolkkdlejnbfafnpemlijeabga
Official URL https://chrome.google.com/webstore/detail/diverse-soles-nike-checko/enbjiojolkkdlejnbfafnpemlijeabga
Description This ya boy Diverse Soles cooking
File Size 374 KB
Installation Count 42
Current Version 1.0.3.2
Last Updated 2015-09-07
Publish Date 2015-09-07
Rating 5.00/5 Total 2 Ratings
Developer Diverse Soles
Payment Type free
Supported Languages 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"
        ]
    }
}