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"
        ]
    }
}