AliExpress Hot Sales Button
Quick button to AliExpress.com hot sales page.
AliExpress Hot Sales Buttonとは何ですか?
AliExpress Hot Sales ButtonはRafaelによって開発されたChromeの拡張機能で、その主な機能は「Quick button to AliExpress.com hot sales page.」です。
拡張機能のスクリーンショット
AliExpress Hot Sales Button拡張機能のCRXファイルをダウンロード
AliExpress Hot Sales Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick button to AliExpress.com hot sales page. AliExpress is a popular online store for buying products at much cheaper prices from China.
拡張機能の基本情報
名前 | AliExpress Hot Sales Button |
ID | ekhljfpgmjdmclpfakninfjimgbhabmi |
公式URL | https://chromewebstore.google.com/detail/aliexpress-hot-sales-butt/ekhljfpgmjdmclpfakninfjimgbhabmi |
説明 | Quick button to AliExpress.com hot sales page. |
ファイルサイズ | 12.81 KB |
インストール数 | 33 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2022-07-11 |
公開日 | 2019-06-05 |
開発者 | Rafael |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ali-16.png", "default_title": "__MSG_title__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/ali-128.png", "16": "images\/ali-16.png", "48": "images\/ali-48.png" }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.1" } |