Subscriptions Importer For Youtube

Import or Export your Youtube Subscriptions

¿Qué es Subscriptions Importer For Youtube?

Subscriptions Importer For Youtube es una extensión de Chrome desarrollada por https://limbuscode.com, y su función principal es "Import or Export your Youtube Subscriptions".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Subscriptions Importer For Youtube

Descarga archivos de extensión Subscriptions Importer For Youtube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Import and Export your YouTube subscriptions (channel URL) from and to a simple text format and clipboard.

"Subscriptions Importer for Youtube" is a must-have tool for managing your YouTube subscriptions. With this extension, you can easily import and export your subscriptions to and from different accounts.

Import your subscriptions to another account by simply providing a list of channel URLs. 

Export your subscriptions to a list of channel URLs to clipboard, making it easy to backup or share your subscriptions with others.

This extension is perfect for users who have multiple YouTube accounts and want to keep their subscriptions in sync, or for users who want to share their subscriptions with friends or family. With "Subscriptions Importer for Youtube", you'll save time and hassle when managing your subscriptions.

The extension is user-friendly, easy to use and it does not require any technical skills to use it. It's a must-have for any YouTube user who wants to take control of their subscriptions.

** This extension can export more than 1000 subscriptions! (premium)

How it works:
- First, install this extension.
- Next, click on the red icon next to your URL bar. Don't see the icon? Click on the puzzle piece, and then click on the pin to move it to your URL bar.
- Follow the on-screen instructions. They're rather easy.
- If you chose to import, wait for the end of the importing process.
- If you chose to export, you'll have a list of your YouTube subscriptions copied to your clipboard.

This is what the exported output will look like:
https://www.youtube.com/channel/UCiDJtJKMICpb9B1qf7qjEOA
https://www.youtube.com/channel/UCVHFbqXqoYvEWM1Ddxl0QDg
https://www.youtube.com/channel/UCXGgrKt94gR6lmN4aN3mYTg
https://www.youtube.com/channel/UCIIPl-DSCC0prKxGGnJrdGQ
https://www.youtube.com/channel/UCp68_FLety0O-n9QU6phsgw
...

Not working? Please leave your report using the support link.

Changelog:

v.0.3.7.1:

- not importing bug fix.

v.0.3.7.0:

- Import from a CSV file;
- Import from a Google Takeout Playlist CSV File.

v.0.3.6.1:

- not importing bug fix.

v.0.3.6.0:

- new premium feature: Up to 70% increase of the importing speed.

v.0.3.5.10:

- not importing bug fix.

v0.3.5.8: 

- add notification on process complete;
- remove duplicates ids input;
- trim channels ids input;
- modernize loading messages.

v0.3.5.7: 

- not importing bug fix.

v0.3.5.6: 

- New About Tab.

v0.3.5.4: 

- Export 1000+ sometimes was not initiating bug fix.

v0.3.5.3: 

- Add link to Unsubscriby: a chrome extension that unsubscribe all your channels easily and fast.

v0.3.5.2: 

- not importing bug fix.

v0.3.5.1: 

- export up to 1000 for paid users bug fix.

v.0.3.5:

- first interface uplifting.

v.0.3.4:

- now it exports 1000+ subs (premium only);
- import missing some subs bug fix.

.v.0.3.3.1:

- add channel link to each item in edit items screen.

v.0.3.3:

- add number of total and selected items info in edit items screen.

v.0.3.2:

- add alert to go premium on edit items screen.

v.0.3.1:

- bug fix for stucking issue.

v.0.3.0:

- include a new functionality that allow the user to choose what subscriptions will be imported (premium only); 
- bug fix for stucking issue.

v.0.2.3.:

- Another bug fix for stucking issue.

v.0.2:

- Importing process being stuck bug fix. 
- Add "Unstuck" button to manually continue importing if the issue happens.                    

Información Básica de la Extensión

Nombre Subscriptions Importer For Youtube Subscriptions Importer For Youtube
ID dejjakoompaeblngfchggeaballjkmao
URL Oficial https://chromewebstore.google.com/detail/subscriptions-importer-fo/dejjakoompaeblngfchggeaballjkmao
Descripción Import or Export your Youtube Subscriptions
Tamaño del Archivo 1.88 MB
Cantidad de Instalaciones 11,177
Versión Actual 0.3.7.1
Última Actualización 2024-02-16
Fecha de Publicación 2021-10-24
Calificación 4.14/5 Total de 85 Calificaciones
Desarrollador https://limbuscode.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://limbuscode.com/subs-imp-yt
URL de la Página de Ayuda https://docs.google.com/forms/d/e/1FAIpQLSd_7IU5Rie2lqsxNA7TunGaSlgbmZOcORmtzrtR5fsiju07JQ/viewform?usp=pp_url&entry.937029896=Subscriptions+Importer+for+YouTube
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "subs-imp-ext-for-yt",
    "version": "0.3.7.1",
    "author": "LimbusCode",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Subscriptions Importer for YT"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "clipboardWrite",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/"
    ],
    "icons": {
        "32": "\/images\/32x32.png",
        "128": "\/images\/128x128.png"
    }
}