momo購物轉址
momo購物轉址,將m.momoshop轉址到正常的momo購物
What is momo購物轉址?
momo購物轉址 is a Chrome extension developed by noiseyou99, and its main feature is "momo購物轉址,將m.momoshop轉址到正常的momo購物".
Extension Screenshots
Download momo購物轉址 Extension CRX File
Download momo購物轉址 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
momo購物轉址,將m.momoshop轉址到正常的momo購物,避免在桌面瀏覽器使用到手機版的頁面
Extension Basic Information
Name | momo購物轉址 |
ID | bihbjhdifbafkenihgfdbepndgkkcjda |
Official URL | https://chromewebstore.google.com/detail/momo%E8%B3%BC%E7%89%A9%E8%BD%89%E5%9D%80/bihbjhdifbafkenihgfdbepndgkkcjda |
Description | momo購物轉址,將m.momoshop轉址到正常的momo購物 |
File Size | 6.67 KB |
Installation Count | 299 |
Current Version | 1.0.1 |
Last Updated | 2020-07-13 |
Publish Date | 2020-07-10 |
Rating | 4.67/5 Total 3 Ratings |
Developer | noiseyou99 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "momo\u8cfc\u7269\u8f49\u5740", "description": "momo\u8cfc\u7269\u8f49\u5740\uff0c\u5c07m.momoshop\u8f49\u5740\u5230\u6b63\u5e38\u7684momo\u8cfc\u7269", "version": "1.0.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/m.momoshop.com.tw\/*" ], "js": [ "execute.js" ] } ] } |