momo購物轉址
momo購物轉址,將m.momoshop轉址到正常的momo購物
Hvad er momo購物轉址?
momo購物轉址 er en Chrome-udvidelse udviklet af noiseyou99, og dens hovedfunktion er "momo購物轉址,將m.momoshop轉址到正常的momo購物".
Udvidelsesskærmbilleder
Download momo購物轉址-udvidelses-CRX-fil
Download momo購物轉址-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
momo購物轉址,將m.momoshop轉址到正常的momo購物,避免在桌面瀏覽器使用到手機版的頁面 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bihbjhdifbafkenihgfdbepndgkkcjda |
| Officiel URL | https://chromewebstore.google.com/detail/momo%E8%B3%BC%E7%89%A9%E8%BD%89%E5%9D%80/bihbjhdifbafkenihgfdbepndgkkcjda |
| Beskrivelse | momo購物轉址,將m.momoshop轉址到正常的momo購物 |
| Filstørrelse | 6.67 KB |
| Antal Installationer | 299 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2020-07-13 |
| Udgivelsesdato | 2020-07-10 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | noiseyou99 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |