YouTube Subscription Exporter & Importer

A free tool for exporting or importing your YouTube Subscriptions

O que é YouTube Subscription Exporter & Importer?

YouTube Subscription Exporter & Importer é uma extensão do Chrome desenvolvida por gregsysu, e sua principal característica é "A free tool for exporting or importing your YouTube Subscriptions".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Subscription Exporter & Importer

Baixe arquivos de extensão YouTube Subscription Exporter & Importer 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

                        Export the URLs of all your YouTube channel subscriptions in one click!

Or you can simply import them into another YouTube account (say if you want to switch to another account), saving you from tons of manual work.

The tool is completely FREE and does not collect any personal information. All infomation is stored locally.

If you encounter any issue, feel free to contact [email protected]
Feature requests are also welcomed :)                    

Informações Básicas da Extensão

Nome YouTube Subscription Exporter & Importer YouTube Subscription Exporter & Importer
ID knpnadlldnncljamomilpeddcplkihln
URL Oficial https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln
Descrição A free tool for exporting or importing your YouTube Subscriptions
Tamanho do Arquivo 1.84 MB
Contagem de Instalações 1,704
Versão Atual 1.0
Última Atualização 2022-07-20
Data de Publicação 2022-07-20
Classificação 4.16/5 Total de 19 Avaliações
Desenvolvedor gregsysu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Subscription Exporter & Importer",
    "short_name": "ytb-sub-export-import",
    "version": "1.0",
    "author": "gregzeng",
    "description": "A free tool for exporting or importing your YouTube Subscriptions",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Subscription exporter & importer"
    },
    "permissions": [
        "storage",
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/"
    ],
    "icons": {
        "32": "\/images\/32x32.png",
        "128": "\/images\/128x128.png"
    }
}