Tropic Trouble

Now you can pass levels quickly and without much effort, earning: coins, diamonds, lives, points, resources and much more.

Tropic Trouble란 무엇입니까?

Tropic Trouble은(는) https://cheatenginebrasil.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now you can pass levels quickly and without much effort, earning: coins, diamonds, lives, points, resources and much more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tropic Trouble 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Game: Tropic Trouble
Platform: Facebook
Game Link: https://apps.facebook.com/tropictrouble

ATTENTION: If you install the extension and don't login, it is necessary to refresh the game page 2 times for you to play without using the extension.: If you install the extension and don't login, you need to refresh the game page 2 times for you to play without using the extension.

TEMPORARY PASSWORD:
TROPIC2022

With the Tropic Trouble Extension, you'll have endless possibilities to play without worrying about spending anything.
Have several items on hand such as:

Unlocked Tutorial
Infinite Coins
Infinite Diamonds
Infinite Life
Infinite Moves
Infinite Points
Infinite Resources
Infinite Help
Auto Win

TEMPORARY PASSWORD:
TROPIC2022

ATTENTION: If you install the extension and don't login, it is necessary to refresh the game page 2 times for you to play without using the extension.: If you install the extension and don't login, you need to refresh the game page 2 times for you to play without using the extension.

To gain access to a password, send an email to:
[email protected]

Patreon: https://www.patreon.com/cheats_games
Email: [email protected]
Facebook: https://www.facebook.com/officialrafaellima
Odnoklassniki: https://ok.ru/profile/570173955821
Forum: https://www.cheatenginebrasil.com.br
WhatsApp: 55 21 98061-9476                    

확장 프로그램 기본 정보

이름 Tropic Trouble Tropic Trouble
ID fkbgadeellhkdjdndolibckdkiekcdjp
공식 URL https://chromewebstore.google.com/detail/tropic-trouble/fkbgadeellhkdjdndolibckdkiekcdjp
설명 Now you can pass levels quickly and without much effort, earning: coins, diamonds, lives, points, resources and much more.
파일 크기 2.18 MB
설치 횟수 71
현재 버전 6.0
최근 업데이트 2022-06-02
출시 날짜 2021-02-15
평점 5.00/5 총 1 개의 평점
개발자 https://cheatenginebrasil.com.br
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.cheatenginebrasil.com.br
도움말 페이지 URL https://www.cheatenginebrasil.com.br
개인정보 보호 정책 페이지 URL https://www.cheatenginebrasil.com.br/index.php?/articles.html/articles/privacy-policy-r2/
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tropic Trouble",
    "version": "6.0",
    "description": "Now you can pass levels quickly and without much effort, earning: coins, diamonds, lives, points, resources and much more.",
    "icons": {
        "48": "icons\/icone.png"
    },
    "host_permissions": [
        "*:\/\/www.tropictrouble.cheatenginebrasil.com.br\/*",
        "*:\/\/*.qublixaws.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "action": {
        "default_icon": "icons\/icone.png",
        "default_title": "Tropic Trouble",
        "default_popup": "popup\/login.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.qublixaws.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.qublixaws.com\/*"
            ],
            "js": [
                "runBackgroundServiceWorker.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}