Sequential Mass URL Opener

Opens each URL in list into tabs in a window, but only if prior pages have finished loading.

Sequential Mass URL Opener क्या है?

Sequential Mass URL Opener https://lemonsavery.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens each URL in list into tabs in a window, but only if prior pages have finished loading."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sequential Mass URL Opener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        As opposed to other mass-opening tools, this tool may be useful for:
- reducing spikes in bandwidth usage
- avoiding 503 errors from making too many requests to the same website too quickly
- caching lists of websites                    

एक्सटेंशन की मूल जानकारी

नाम Sequential Mass URL Opener Sequential Mass URL Opener
ID lgffephbjkjmkdipchghjadbeppgojhk
आधिकारिक URL https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk
विवरण Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
फ़ाइल का आकार 16.28 KB
स्थापना संख्या 66
वर्तमान संस्करण 2.6
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2021-11-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://lemonsavery.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sequential Mass URL Opener",
    "description": "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.",
    "version": "2.6",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}