CSGO.exchange Auto retrieve
Auto retrieve
Wat is CSGO.exchange Auto retrieve?
CSGO.exchange Auto retrieve is een Chrome-extensie ontwikkeld door https://www.protogalaxy.me, en de belangrijkste functie is "Auto retrieve".
Extensie Screenshots
Download het CRX-bestand van de extensie CSGO.exchange Auto retrieve
Download CSGO.exchange Auto retrieve-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange. Basisinformatie over de Extensie
| Naam | |
| ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
| Officiële URL | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
| Beschrijving | Auto retrieve |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 70 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2017-10-31 |
| Publicatiedatum | 2017-10-31 |
| Ontwikkelaar | https://www.protogalaxy.me |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
| Help Pagina-URL | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
| Ondersteunde Talen | 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"
]
} | |