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.」です。
拡張機能のスクリーンショット
Tropic Trouble拡張機能のCRXファイルをダウンロード
Tropic Trouble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |