CSGO.exchange Auto retrieve
Auto retrieve
Vad är CSGO.exchange Auto retrieve?
CSGO.exchange Auto retrieve är en Chrome-tillägg utvecklad av https://www.protogalaxy.me, och dess huvudfunktion är "Auto retrieve".
Tilläggsskärmbilder
Ladda ner CSGO.exchange Auto retrieve-förlängningens CRX-fil
Ladda ner CSGO.exchange Auto retrieve-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange. Grundläggande Information om Tillägg
| Namn | |
| ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
| Officiell webbadress | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
| Beskrivning | Auto retrieve |
| Filstorlek | 116 KB |
| Antal Installationer | 70 |
| Aktuell Version | 1.5 |
| Senast Uppdaterad | 2017-10-31 |
| Publiceringsdatum | 2017-10-31 |
| Utvecklare | https://www.protogalaxy.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
| Hjälpsida URL | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
| Stödda Språk | 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"
]
} | |