Supreme Autofill
Autofill for Supreme. Works for USA/Canada/EU/JPN
什麼是Supreme Autofill?
Supreme Autofill是由Supreme Cop Bot開發的Chrome擴展程式,該擴展的主要功能是“Autofill for Supreme. Works for USA/Canada/EU/JPN”。
擴展截圖
下載Supreme Autofill擴展crx文件
下載Supreme Autofill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Autofill bot for Supreme. Features: -Supports US, EU, JPN -Auto-Fill for US, EU, JPN -Billing/Shipping Information Validater -Secure data protection -User friendly UI -On/Off Switch -24/7 Customer Service at [email protected] and at twitter @SupremeCopBot Please follow our youtube channel for up-to-date tutorial videos: https://www.youtube.com/channel/UC0qRc16hQvVTXLukb94wzNA If for ANY reason the bot doesn't work email us at [email protected] and we will try to resolve the issue as fast as we can. You can also DM us at Twitter @SupremeCopBot FAQs: * Is my information safe? - When you purchase the bot, take a look at it's permissions by clicking 'Details'. Here, you will see that the extension only has access to supremenewyork.com/checkout, and nothing else. Even if we wanted to, we have no way of seeing the personal info that you save. We use the Chrome secure storage engine to save all of your data, to your machine only. No other machine can access your data. * How do I use it? - Please go to our Youtube Channel and watch tutorial videos: https://www.youtube.com/channel/UC0qRc16hQvVTXLukb94wzNA
擴展基本資訊
名稱 | |
ID | hnedlocjeecpklipamejiakkokiendip |
官方網址 | https://chrome.google.com/webstore/detail/supreme-autofill/hnedlocjeecpklipamejiakkokiendip |
簡介 | Autofill for Supreme. Works for USA/Canada/EU/JPN |
檔案大小 | 64.83 KB |
安裝次數 | 26 |
目前版本 | 1.2 |
更新時間 | 2017-08-24 |
上架時間 | 2017-08-24 |
評分 | 2.00/5 共 4 次評分 |
開發者 | Supreme Cop Bot |
電子郵箱 | [email protected] |
付費類型 | in_store |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Supreme Autofill", "description": "Autofill for Supreme. Works for USA\/Canada\/EU\/JPN", "version": "1.2", "icons": { "48": "rsz_logo.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.supremenewyork.com\/checkout" ], "run_at": "document_end", "js": [ "contentscript.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/www.supremenewyork.com\/checkout" ] } |