URL Bulk Opener

一次打开大量URL,支持间隔时间设置。

What is URL Bulk Opener?

URL Bulk Opener is a Chrome extension developed by LeadsCloud, and its main feature is "一次打开大量URL,支持间隔时间设置。".

Extension Screenshots

screenshot

Download URL Bulk Opener Extension CRX File

Download URL Bulk Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        使用“URL Bulk Opener”插件可以批量打开添加的所有的链接,每个页面会按照设定的时间间隔依次加载。
注意:如果一次性打开太多的社媒页面,可能会触发社媒平台的风控机制,导致账号被封,建议每天适量操作。                    

Extension Basic Information

Name URL Bulk Opener URL Bulk Opener
ID bfpjpogelohiabpbagagdbjnphkklgim
Official URL https://chromewebstore.google.com/detail/url-bulk-opener/bfpjpogelohiabpbagagdbjnphkklgim
Description 一次打开大量URL,支持间隔时间设置。
File Size 13.04 KB
Installation Count 385
Current Version 1.1
Last Updated 2023-09-25
Publish Date 2023-09-18
Developer LeadsCloud
Email [email protected]
Payment Type free
Extension Website https://admin.leadscloud.com/Front-Vue/#/login
Help Page URL https://admin.leadscloud.com/Front-Vue/#/login
Privacy Policy Page URL https://admin.leadscloud.com/Front-Vue/leadscloudPrivacyPolicy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Bulk Opener",
    "version": "1.1",
    "description": "\u4e00\u6b21\u6253\u5f00\u5927\u91cfURL\uff0c\u652f\u6301\u95f4\u9694\u65f6\u95f4\u8bbe\u7f6e\u3002",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}