Mahjong Games Start

When you install our chrome extension, your new tab will change to the Your Mahjong Games new tab. Easily access free games.

Mahjong Games Start란 무엇입니까?

Mahjong Games Start은(는) https://www.yourmahjong.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When you install our chrome extension, your new tab will change to the Your Mahjong Games new tab. Easily access free games."입니다.

확장 프로그램 스크린샷

screenshot

Mahjong Games Start 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Your Mahjong Games Chrome extension lets you keep up to date with our latest Mahjong games. Its features include:

Link to the YourMahjong.com Website
Easily accessible through your Chrome extension button.

Easy Web Search
Easily search the web with the search bar on the new tab. The search is powered by the Bing search engine.

Random Games
Add a bit of spice to your gaming by browsing our Random games list on your new tab. You may just find your next favorite game! 

Quick Links
Visit your favorite websites like Google, Youtube, Facebook and more right from your new tab.

Please read carefully: By clicking the “ADD TO CHROME” button in the top right-hand corner and installing the Mahjong Games Start Club Chrome extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy as well as to receive any future updates and upgrades. You can uninstall the extension at any time.

Terms of use
https://www.yourmahjong.com/terms
Privacy Policy
https://www.yourmahjong.com/privacy 
How to remove our extension from Chrome browser:
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the extension you wish to uninstall).
6) Our extension should be removed from your Chrome browser.

For assistance from our customer service team, please contact us here: 
https://www.yourmahjong.com/contact                    

확장 프로그램 기본 정보

이름 Mahjong Games Start Mahjong Games Start
ID cclfdickemmiflnikfmnennbicpokfjg
공식 URL https://chromewebstore.google.com/detail/mahjong-games-start/cclfdickemmiflnikfmnennbicpokfjg
설명 When you install our chrome extension, your new tab will change to the Your Mahjong Games new tab. Easily access free games.
파일 크기 109 KB
설치 횟수 402
현재 버전 1.4
최근 업데이트 2022-12-16
출시 날짜 2021-01-20
개발자 https://www.yourmahjong.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.yourmahjong.com/
도움말 페이지 URL https://www.yourmahjong.com/contact
개인정보 보호 정책 페이지 URL https://www.pikoya.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mahjong Games Start",
    "short_name": "Your Mahjong",
    "manifest_version": 3,
    "version": "1.4",
    "description": "When you install our chrome extension, your new tab will change to the Your Mahjong Games new tab. Easily access free games.",
    "chrome_url_overrides": {
        "newtab": "yourmahjong.html"
    },
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "24": "24x24.png",
            "32": "32x32.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}