momo購物轉址

momo購物轉址,將m.momoshop轉址到正常的momo購物

Wat is momo購物轉址?

momo購物轉址 is een Chrome-extensie ontwikkeld door noiseyou99, en de belangrijkste functie is "momo購物轉址,將m.momoshop轉址到正常的momo購物".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie momo購物轉址

Download momo購物轉址-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        momo購物轉址,將m.momoshop轉址到正常的momo購物,避免在桌面瀏覽器使用到手機版的頁面                    

Basisinformatie over de Extensie

Naam momo購物轉址 momo購物轉址
ID bihbjhdifbafkenihgfdbepndgkkcjda
Officiële URL https://chromewebstore.google.com/detail/momo%E8%B3%BC%E7%89%A9%E8%BD%89%E5%9D%80/bihbjhdifbafkenihgfdbepndgkkcjda
Beschrijving momo購物轉址,將m.momoshop轉址到正常的momo購物
Bestandsgrootte 6.67 KB
Aantal Installaties 299
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-07-13
Publicatiedatum 2020-07-10
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar noiseyou99
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}