CSGO.exchange Auto retrieve
Auto retrieve
Co to jest CSGO.exchange Auto retrieve?
CSGO.exchange Auto retrieve to rozszerzenie Chrome opracowane przez https://www.protogalaxy.me, a jego główną funkcją jest „Auto retrieve”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSGO.exchange Auto retrieve
Pobierz pliki rozszerzeń CSGO.exchange Auto retrieve 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
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange.
Podstawowe informacje o rozszerzeniu
Nazwa | CSGO.exchange Auto retrieve |
ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
Oficjalny URL | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
Opis | Auto retrieve |
Rozmiar pliku | 116 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2017-10-31 |
Data Publikacji | 2017-10-31 |
Deweloper | https://www.protogalaxy.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
Adres URL Strony Pomocy | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
Obsługiwane Języki | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSGO.exchange Auto retrieve", "author": "Arthur.Lee", "version": "1.5", "description": "Auto retrieve", "icons": { "128": "action.png" }, "permissions": [ "tabs", "notifications", "http:\/\/csgo.exchange\/" ], "background": { "scripts": [ "jquery.js", "logic.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/csgo.exchange\/*" ], "css": [ "main.css" ], "js": [ "jquery.js", "popup.js" ] } ], "browser_action": { "default_title": "Auto retrieve", "default_icon": "action.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "logic.js" ] } |