Auto Click ASNB

A Chrome Extension that makes you invest like a tauke.

Auto Click ASNBคืออะไร?

Auto Click ASNB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://autoclickasnb.com และคุณลักษณะหลักของมันคือ "A Chrome Extension that makes you invest like a tauke."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Click ASNB

ดาวน์โหลดไฟล์ส่วนขยาย Auto Click ASNB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ===== FEATURES YOU WILL GET IN NEW VERSION (v5.7) =====
- able to do initial investment on new fund as in ASM 1, 2 and 3.

===== FEATURES YOU WILL GET IN NEW VERSION (v5.5) =====
- payment gateway integrated with Stripe.
- auto select chosen FPX bank in drop down list.
- better algorithm (increase productivity).
- fixed bugs.
- adding in some Easter egg roles!

===== FEATURES YOU WILL GET =====
- amount input from RM1,000 to RM10,000.
- able to choose specific fund for invest (ASM, ASW and AS1M).
- auto click to buy ASM, ASW and AS1M every half second.
- will alert when the result is success.
- will alert once its kick out to home page (the page before portfolio).
- will alert every 30sec when its stay on home page.
- will alert every 30sec when the page is un-responding.
- the auto click will stop running whenever success result or kicked out to home page.

Guide:
1) Add the extension to your google chrome.
2) Then go to PORTFOLIO page and press "Go!". 
3) Now you can do your work hassle free and let the program do the job in background. 
4) Once there is a success result or kicked out to home page, the program will prompt you a sound alert.
5) Repeat from step 2.                    

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

ชื่อ Auto Click ASNB Auto Click ASNB
ID ojiacdmmakeoanjopljcjjfeedakimpf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-click-asnb/ojiacdmmakeoanjopljcjjfeedakimpf
คำอธิบาย A Chrome Extension that makes you invest like a tauke.
ขนาดไฟล์ 84.62 KB
จำนวนการติดตั้ง 338
เวอร์ชันปัจจุบัน 5.7
อัปเดตครั้งล่าสุด 2021-09-09
วันที่เผยแพร่ 2019-11-21
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://autoclickasnb.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.autoclickasnb.com/home
URL หน้าช่วยเหลือ https://www.autoclickasnb.com/how-to-use
URL หน้านโยบายความเป็นส่วนตัว https://www.autoclickasnb.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Click ASNB",
    "description": "A Chrome Extension that makes you invest like a tauke.",
    "version": "5.7",
    "manifest_version": 2,
    "icons": {
        "16": "a.png",
        "48": "a.png",
        "128": "a.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "a.png",
        "default_title": "Auto Click",
        "default_popup": "AutoClick.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.myasnb.com.my\/uh\/subscribeNewFund\/confirmForTransaction",
                "https:\/\/www.myasnb.com.my\/uh\/portfolio\/index",
                "https:\/\/www.myasnb.com.my\/uh\/subscribeAddMoreUnits\/addMoreForm",
                "https:\/\/www.myasnb.com.my\/uh\/subscribeAddMoreUnits\/*",
                "https:\/\/www.myasnb.com.my\/uh\/portfolio\/artsNavigation",
                "https:\/\/www.myasnb.com.my\/uh\/portfolio\/home",
                "https:\/\/www.myasnb.com.my\/uh\/subscribeNewFund\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'"
}