Supreme Practice - Manual Cop Emulator Bot
Supreme Practice
Co to jest Supreme Practice - Manual Cop Emulator Bot?
Supreme Practice - Manual Cop Emulator Bot to rozszerzenie Chrome opracowane przez SocketsDev, a jego główną funkcją jest „Supreme Practice”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Supreme Practice - Manual Cop Emulator Bot
Pobierz pliki rozszerzeń Supreme Practice - Manual Cop Emulator 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | akldenbhecmjgihnckjohjgbiaepifnc |
| Oficjalny URL | https://chromewebstore.google.com/detail/supreme-practice-manual-c/akldenbhecmjgihnckjohjgbiaepifnc |
| Opis | Supreme Practice |
| Rozmiar pliku | 2.57 MB |
| Liczba instalacji | 598 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2018-02-16 |
| Data Publikacji | 2018-02-16 |
| Ocena | 3.70/5 Łącznie 10 Oceny |
| Deweloper | SocketsDev |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |