Supreme Practice - Manual Cop Emulator Bot
Supreme Practice
What is Supreme Practice - Manual Cop Emulator Bot?
Supreme Practice - Manual Cop Emulator Bot is a Chrome extension developed by SocketsDev, and its main feature is "Supreme Practice".
Extension Screenshots
Download Supreme Practice - Manual Cop Emulator Bot Extension CRX File
Download Supreme Practice - Manual Cop Emulator 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
Supreme Practice Practice copping supreme in this emulator! It emulates the product / add-to-cart page as well as checkout and more. Early version, might contain bugs.
Extension Basic Information
Name | Supreme Practice - Manual Cop Emulator Bot |
ID | akldenbhecmjgihnckjohjgbiaepifnc |
Official URL | https://chromewebstore.google.com/detail/supreme-practice-manual-c/akldenbhecmjgihnckjohjgbiaepifnc |
Description | Supreme Practice |
File Size | 2.57 MB |
Installation Count | 598 |
Current Version | 0.1 |
Last Updated | 2018-02-16 |
Publish Date | 2018-02-16 |
Rating | 3.70/5 Total 10 Ratings |
Developer | SocketsDev |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supreme Practice - Manual Cop Emulator Bot", "short_name": "Supreme Practice", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "description": "Supreme Practice", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Supreme Practice", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" } } |