Diverse Soles Nike Checkout Bot

This ya boy Diverse Soles cooking

Co to jest Diverse Soles Nike Checkout Bot?

Diverse Soles Nike Checkout Bot to rozszerzenie Chrome opracowane przez Diverse Soles, a jego główną funkcją jest „This ya boy Diverse Soles cooking”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Diverse Soles Nike Checkout Bot

Pobierz pliki rozszerzeń Diverse Soles Nike Checkout Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa  Diverse Soles Nike Checkout Bot Diverse Soles Nike Checkout Bot
ID enbjiojolkkdlejnbfafnpemlijeabga
Oficjalny URL https://chrome.google.com/webstore/detail/diverse-soles-nike-checko/enbjiojolkkdlejnbfafnpemlijeabga
Opis This ya boy Diverse Soles cooking
Rozmiar pliku 374 KB
Liczba instalacji 42
Aktualna Wersja 1.0.3.2
Ostatnia Aktualizacja 2015-09-07
Data Publikacji 2015-09-07
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Diverse Soles
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}