Palace Size Selector + ATC
ATC extension for Palace Webstore
Cos'è Palace Size Selector + ATC?
Palace Size Selector + ATC è un'estensione di Chrome sviluppata da nglc, e la sua funzione principale è "ATC extension for Palace Webstore".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Palace Size Selector + ATC
Scarica i file di estensione Palace Size Selector + ATC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Price: $3 (One Time Payment)
From the creator of Supreme Size Selector
https://chrome.google.com/webstore/detail/mialjgeooaepealoglgacdjicchfipjd/
ATC extension for Palace Webstore
Works on Palace World/EU, Palace USA and Palace JP
Automatically add selected item to cart and ticks the terms on checkout page for faster checkout! Works best with tohodo.com Autofill extension!
Autofill: https://chrome.google.com/webstore/detail/autofill/nlmmgnhgdeffjkdckmikfpnddkbbfkkk?utm_source=chrome-ntp-icon
How to use:
1) Click on the icon
2) Select your size
3) Click SAVE button
That's it!
TO DISABLE:
1. Click DISABLE
-----------
Changelogs
-----------
1.4.3
- Changes in chrome extension permission settings
1.4.2
- Bug fixes
- Added support for NewEra hat sizing
- Added support for S/M & M/L hat sizing
1.4.1
- Bug fixes
1.4
- Fixed "Go to Checkout" bug
1.3
- Fixed X-Large won't add to cart bug
1.2
- Fixed bug where it constantly goes to CHECKOUT page when on CART page
1.1
- Fixed "Go to Checkout" and "Auto tick Terms" bugs when manually navigate to cart page
1.0
- Initial build Informazioni di Base sull'Estensione
| Nome | |
| ID | agmnobgmdcadclfblcgccgjojdbkhncl |
| URL Ufficiale | https://chromewebstore.google.com/detail/palace-size-selector-+-at/agmnobgmdcadclfblcgccgjojdbkhncl |
| Descrizione | ATC extension for Palace Webstore |
| Dimensione del File | 809 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 1.4.3 |
| Ultimo Aggiornamento | 2021-05-13 |
| Data di Pubblicazione | 2021-02-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | nglc |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Palace Size Selector + ATC",
"manifest_version": 2,
"version_name": "1.4.3",
"version": "1.7.3",
"description": "ATC extension for Palace Webstore",
"icons": {
"38": "img38.png",
"48": "img48.png",
"128": "img128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.palaceskateboards.com\/*"
],
"js": [
"view\/jquery-1.9.1.min.js",
"palace.js",
"ExtPay.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"palace.js",
"ExtPay.js",
"background.js"
],
"persistent": false
},
"permissions": [
"*:\/\/*.palaceskateboards.com\/*",
"storage"
],
"web_accessible_resources": [
"view\/jquery.min.map"
],
"browser_action": {
"default_icon": {
"38": "img38.png",
"48": "img48.png",
"128": "img128.png"
},
"default_popup": "view\/pm.html"
}
} | |