Palace Size Selector + ATC
ATC extension for Palace Webstore
Qu'est-ce que Palace Size Selector + ATC ?
Palace Size Selector + ATC est une extension Chrome développée par nglc, et sa fonction principale est "ATC extension for Palace Webstore".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Palace Size Selector + ATC
Téléchargez les fichiers d'extension Palace Size Selector + ATC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Palace Size Selector + ATC |
ID | agmnobgmdcadclfblcgccgjojdbkhncl |
URL Officiel | https://chromewebstore.google.com/detail/palace-size-selector-+-at/agmnobgmdcadclfblcgccgjojdbkhncl |
Description | ATC extension for Palace Webstore |
Taille du Fichier | 809 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2021-05-13 |
Date de Publication | 2021-02-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | nglc |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" } } |