momo購物轉址

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

Vad är momo購物轉址?

momo購物轉址 är en Chrome-tillägg utvecklad av noiseyou99, och dess huvudfunktion är "momo購物轉址,將m.momoshop轉址到正常的momo購物".

Tilläggsskärmbilder

screenshot

Ladda ner momo購物轉址-förlängningens CRX-fil

Ladda ner momo購物轉址-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn momo購物轉址 momo購物轉址
ID bihbjhdifbafkenihgfdbepndgkkcjda
Officiell webbadress https://chromewebstore.google.com/detail/momo%E8%B3%BC%E7%89%A9%E8%BD%89%E5%9D%80/bihbjhdifbafkenihgfdbepndgkkcjda
Beskrivning momo購物轉址,將m.momoshop轉址到正常的momo購物
Filstorlek 6.67 KB
Antal Installationer 299
Aktuell Version 1.0.1
Senast Uppdaterad 2020-07-13
Publiceringsdatum 2020-07-10
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare noiseyou99
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}