Diverse Soles Nike Checkout Bot

This ya boy Diverse Soles cooking

ما هو Diverse Soles Nike Checkout Bot؟

Diverse Soles Nike Checkout Bot هو إضافة Chrome تم تطويرها بواسطة Diverse Soles، والميزة الرئيسية لها هي "This ya boy Diverse Soles cooking".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Diverse Soles Nike Checkout Bot

قم بتنزيل ملفات الامتداد Diverse Soles Nike Checkout Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم  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"
        ]
    }
}