KR3 Supreme Bot

Browser automation for supremenewyork.com

What is KR3 Supreme Bot?

KR3 Supreme Bot is a Chrome extension developed by http://kr3nd31.ru, and its main feature is "Browser automation for supremenewyork.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download KR3 Supreme Bot Extension CRX File

Download KR3 Supreme 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

                        This extension helps to buy things on the site supremenewyork.com

Auto Checkout - The product will automatically be added to your cart and will go straight to the checkout page.

AutoFill - All of your billing informations will be automaticaly filled in on the checkout page.

PRIVACY:
All Personal Info is safe, as the KR3 Supreme Bot by permissions only has access to supreme website: http://www.supremenewyork.com. All data is also stored on local storage, which means you are the only one that may access your information. For more information, if you have purchased the bot navigate to extensions and go to details and check out the permissions of the program.

TERMS & CONDITIONS:
By installing the app, you agree to the following terms and conditions: 
The developer is in no way responsible for the security of your data. Your Data is entered and used at your own risk. 
The developer is not responsible for any accidental purchases incurred by you via the use of this extension.                    

Extension Basic Information

Name KR3 Supreme Bot KR3 Supreme Bot
ID lcolaameccbididhlelhmbboeebpkfdm
Official URL https://chrome.google.com/webstore/detail/lcolaameccbididhlelhmbboeebpkfdm
Description Browser automation for supremenewyork.com
File Size 238 KB
Installation Count 157
Current Version 2.4.8
Last Updated 2018-10-25
Publish Date 2018-10-25
Rating 3.89/5 Total 9 Ratings
Developer http://kr3nd31.ru
Email [email protected]
Payment Type free
Extension Website http://kr3nd31.ru/supremebot
Help Page URL https://vk.com/kr3sb
Privacy Policy Page URL http://kr3nd31.ru/program-policies.php
Supported Languages en
manifest.json
{
    "author": "KR3ND31",
    "background": {
        "scripts": [
            "background.js",
            "block_image.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "checkout.js"
            ],
            "matches": [
                "*:\/\/www.supremenewyork.com\/checkout"
            ]
        },
        {
            "js": [
                "jquery.js",
                "atc.js"
            ],
            "matches": [
                "*:\/\/www.supremenewyork.com\/shop\/jackets\/*",
                "*:\/\/www.supremenewyork.com\/shop\/shirts\/*",
                "*:\/\/www.supremenewyork.com\/shop\/tops-sweaters\/*",
                "*:\/\/www.supremenewyork.com\/shop\/sweatshirts\/*",
                "*:\/\/www.supremenewyork.com\/shop\/pants\/*",
                "*:\/\/www.supremenewyork.com\/shop\/shorts\/*",
                "*:\/\/www.supremenewyork.com\/shop\/hats\/*",
                "*:\/\/www.supremenewyork.com\/shop\/accessories\/*",
                "*:\/\/www.supremenewyork.com\/shop\/skate\/*",
                "*:\/\/www.supremenewyork.com\/shop\/t-shirts\/*",
                "*:\/\/www.supremenewyork.com\/shop\/shoes\/*",
                "*:\/\/www.supremenewyork.com\/shop\/bags\/*"
            ]
        }
    ],
    "description": "Browser automation for supremenewyork.com",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "KR3 Supreme Bot",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/supremenewyork.com\/*",
        "*:\/\/*.cloudfront.net\/*",
        "*:\/\/kr3nd31.ru\/*",
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "KSB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.8"
}