Sequential Mass URL Opener

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

Qu'est-ce que Sequential Mass URL Opener ?

Sequential Mass URL Opener est une extension Chrome développée par https://lemonsavery.com, et sa fonction principale est "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sequential Mass URL Opener

Téléchargez les fichiers d'extension Sequential Mass URL Opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sequential Mass URL Opener Sequential Mass URL Opener
ID lgffephbjkjmkdipchghjadbeppgojhk
URL Officiel https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk
Description Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
Taille du Fichier 16.28 KB
Nombre d'Installations 66
Version Actuelle 2.6
Dernière Mise à Jour 2024-02-23
Date de Publication 2021-11-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://lemonsavery.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}