VN Auto Clicker

Auto click random link on your website, Auto fill keyword and search on your website.

VN Auto Clickerとは何ですか?

VN Auto Clickerはhttps://vnlink.orgによって開発されたChromeの拡張機能で、その主な機能は「Auto click random link on your website, Auto fill keyword and search on your website.」です。

拡張機能のスクリーンショット

screenshot
screenshot

VN Auto Clicker拡張機能のCRXファイルをダウンロード

VN Auto Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chức năng nổi bật:
- Click ngẫu nhiên và được giới hạn bởi chính bạn
- Tự động điền từ khóa của bạn và tìm kiếm trên website của bạn
Chức năng sắp cập nhật:
- Tìm kiếm từ khóa của bạn trên google
Chúng tôi cam kết không thu thập và chia sẻ dữ liệu cá nhân nào của bạn, ngoại trừ địa chỉ website của bạn. Xem thêm Chính sách quyền riêng tư tại https://vnlink.org/chinh-sach-bao-mat/                    

拡張機能の基本情報

名前 VN Auto Clicker VN Auto Clicker
ID pnbmplojlceadfbbaoihkhmefocedchm
公式URL https://chromewebstore.google.com/detail/vn-auto-clicker/pnbmplojlceadfbbaoihkhmefocedchm
説明 Auto click random link on your website, Auto fill keyword and search on your website.
ファイルサイズ 79.85 KB
インストール数 2,000
現在のバージョン 0.1.2
最終更新日 2021-10-19
公開日 2021-10-13
評価 1.83/5 合計 6 レビュー
開発者 https://vnlink.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vnlink.org/vn-auto-clicker/
ヘルプページのURL https://vnlink.org/vn-auto-clicker/
プライバシーポリシーページのURL https://vnlink.org/chinh-sach-bao-mat
対応言語 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VN Auto Clicker",
    "manifest_version": 2,
    "version": "0.1.2",
    "description": "Auto click random link on your website, Auto fill keyword and search on your website.",
    "content_security_policy": "script-src 'self' https:\/\/vnlink.org\/wp-admin\/admin-ajax.php; object-src 'self';",
    "permissions": [
        "power",
        "storage",
        "contextMenus",
        "",
        "*:\/\/vnlink.org\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon-24.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "36": "icon-36.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "clear_data": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Clear data"
        }
    }
}