VBot - Automation tool for Vinted

VBot is a human like auto clicker growbot for Vinted.

VBot - Automation tool for Vintedคืออะไร?

VBot - Automation tool for Vinted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VBot และคุณลักษณะหลักของมันคือ "VBot is a human like auto clicker growbot for Vinted."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VBot - Automation tool for Vinted

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

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

                        VBot is an automation tool for Vinted. Stop paying for "boosts" and "dressing up" – VBot IS 100% FREE.

The extension offers 4 features:
- LIKE: allows you to automatically like articles on a Vinted page.
- UNLIKE: Allows you to undo your likes on the favourites page.
- FOLLOW: Allows you to follow accounts on a Vinted page.
- UNFOLLOW: allows you to unsubscribe from accounts on your subscriptions page.
- (SOON) SEND MESSAGE: allows you to send a message defined in parameter to your subscribers.

If you have a problem or suggestions, please contact me at the following email address: [email protected].

Help me to grow:
https://www.paypal.com/donate?hosted_button_id=BYC5AEEL66ZZU                    

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

ชื่อ VBot - Automation tool for Vinted VBot - Automation tool for Vinted
ID plijafefdicjjfhopfbdncijglppgemf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/plijafefdicjjfhopfbdncijglppgemf
คำอธิบาย VBot is a human like auto clicker growbot for Vinted.
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 332
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-09-21
วันที่เผยแพร่ 2021-09-21
ผู้พัฒนา VBot
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VBot - Automation tool for Vinted",
    "version": "0.0.1",
    "description": "VBot is a human like auto clicker growbot for Vinted.",
    "icons": {
        "32": "images\/vbot_32.png",
        "64": "images\/vbot_64.png",
        "128": "images\/vbot_128.png",
        "256": "images\/vbot_256.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/vbot_32.png",
            "64": "images\/vbot_64.png",
            "128": "images\/vbot_128.png",
            "256": "images\/vbot_256.png"
        },
        "default_title": "Open VBot!",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Shift+V"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.vinted.at\/*",
                "https:\/\/www.vinted.be\/*",
                "https:\/\/www.vinted.ca\/*",
                "https:\/\/www.vinted.cz\/*",
                "https:\/\/www.vinted.de\/*",
                "https:\/\/www.vinted.es\/*",
                "https:\/\/www.vinted.fr\/*",
                "https:\/\/www.vinted.it\/*",
                "https:\/\/www.vinted.lt\/*",
                "https:\/\/www.vinted.lu\/*",
                "https:\/\/www.vinted.nl\/*",
                "https:\/\/www.vinted.pl\/*",
                "https:\/\/www.vinted.pt\/*",
                "https:\/\/www.vinted.co.uk\/*",
                "https:\/\/www.vinted.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}