Multiple URL Opener

Open multiple URLs in new tabs. Best bulker URL opener chrome extension

O que é Multiple URL Opener?

Multiple URL Opener é uma extensão do Chrome desenvolvida por Multiple URL Opener, e sua principal característica é "Open multiple URLs in new tabs. Best bulker URL opener chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Multiple URL Opener

Baixe arquivos de extensão Multiple URL Opener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Chrome extension to open multiple urls with single click. 

A useful and easy to use extension which allows to open a list of links in single a click. 

Key Features:-

- Opens multiple URLs in one click
- Ability to preserve input links
- Load URLs in random or reverse order
- Open the link when tab is selected


This extension collects no user data.

PERMISSIONS REQUIRED:-

"Read your browsing history":
This permission allows the extension to create tabs. It also allows the extension to get the URL's and preserve the input for the next time.                    

Informações Básicas da Extensão

Nome Multiple URL Opener Multiple URL Opener
ID eilnphekabimiaghhncakdogmdkmeblj
URL Oficial https://chromewebstore.google.com/detail/multiple-url-opener/eilnphekabimiaghhncakdogmdkmeblj
Descrição Open multiple URLs in new tabs. Best bulker URL opener chrome extension
Tamanho do Arquivo 51.54 KB
Contagem de Instalações 378
Versão Atual 1.3.0
Última Atualização 2023-10-03
Data de Publicação 2023-05-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Multiple URL Opener
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1c9h06lhy3Fx9Km8rxEreC07eNDBQ2uat59vqoQJaaxE
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "24": "\/images\/icon 24.png",
        "36": "\/images\/icon 36.png",
        "48": "\/images\/icon 48.png",
        "128": "\/images\/icon 128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}