Diverse Soles Nike Checkout Bot

This ya boy Diverse Soles cooking

Apa itu Diverse Soles Nike Checkout Bot?

Diverse Soles Nike Checkout Bot adalah ekstensi Chrome yang dikembangkan oleh Diverse Soles, dan fitur utamanya adalah "This ya boy Diverse Soles cooking".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Diverse Soles Nike Checkout Bot

Unduh file ekstensi Diverse Soles Nike Checkout Bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama  Diverse Soles Nike Checkout Bot Diverse Soles Nike Checkout Bot
ID enbjiojolkkdlejnbfafnpemlijeabga
URL Resmi https://chrome.google.com/webstore/detail/diverse-soles-nike-checko/enbjiojolkkdlejnbfafnpemlijeabga
Deskripsi This ya boy Diverse Soles cooking
Ukuran File 374 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0.3.2
Terakhir Diperbarui 2015-09-07
Tanggal Publikasi 2015-09-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Diverse Soles
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}