Let's Fish HTML5 - MV3

The best extension ever for Let's Fish

Let's Fish HTML5 - MV3คืออะไร?

Let's Fish HTML5 - MV3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cheatenginebrasil.com.br และคุณลักษณะหลักของมันคือ "The best extension ever for Let's Fish"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's Fish HTML5 - MV3

ดาวน์โหลดไฟล์ส่วนขยาย Let's Fish HTML5 - MV3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To use the extension, you need to be part of one of the Patreon modalities.
BECOME PATREON!

No more wasting time trying to catch a fish for more than 10 to 15 seconds, with Let's Fish HTML5 Extension you can catch each fish in less than 2 seconds, without risk of banishment.

It's very simple to use:
Install the extension, click the extension icon and login.
After entering the password, click login, refresh the game page
When opening the game, the MOD MENU will appear, in which you have the fishing options:

Slow Version
Quick Version

Now just choose one of these options and play, you will notice that the fish are caught in seconds and this will help you a lot to reach high levels quickly.

Automatic Fishing - Slow
Automatic Fishing - Fast

In Auto Fishing, you choose Slow or Fast and leave the bot alone, you don't have to keep clicking, it catches the fish for you, saving you time.

BOT MAGAZINE
With MAGAZINE BOT, you can open magazines quickly, saving you a lot of time.

SHOW LAKES
With this option activated, you will be able to see the names of the lakes on the map, with the new game update, they will remove this option, now you will no longer have this problem.

24 hour support.
9 languages
16 Locations

TEMPORARY PASSWORD:
FISH2022

Patreon: https://www.patreon.com/letsfish
Email: [email protected]
Facebook: https://www.facebook.com/officialrafaellima
Forum: https://www.cheatenginebrasil.com.br
Youtube: https://www.youtube.com/c/CHEATSGAMES                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Let's Fish HTML5 - MV3 Let's Fish HTML5 - MV3
ID fjokhnciehllhnfekooglkccmmodigmp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lets-fish-html5-mv3/fjokhnciehllhnfekooglkccmmodigmp
คำอธิบาย The best extension ever for Let's Fish
ขนาดไฟล์ 4.04 MB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 12.0
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2021-02-08
คะแนน 4.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา http://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": "Let's Fish HTML5 - MV3",
    "version": "12.0",
    "description": "The best extension ever for Let's Fish",
    "icons": {
        "48": "icons\/icone.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "action": {
        "default_icon": "icons\/icone.png",
        "default_title": "Let's Fish HTML5",
        "default_popup": "popup\/login.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/menu\/menu.html",
                "\/menu\/bg.png",
                "\/menu\/login_with_patreon.png",
                "\/menu\/unlock_with_patreon.png"
            ],
            "matches": [
                "https:\/\/apps.facebook.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "*:\/\/*.apps.tensquaregames.com\/*",
                "*:\/\/*.lets-fish.com\/*",
                "*:\/\/apps.facebook.com\/*",
                "*:\/\/fish.gamexpconnect.com\/*"
            ],
            "js": [
                "menu\/menu.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.apps.tensquaregames.com\/*",
                "*:\/\/*.lets-fish.com\/*",
                "*:\/\/apps.facebook.com\/*",
                "*:\/\/fish.gamexpconnect.com\/*"
            ],
            "js": [
                "runBackgroundServiceWorker.js",
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}