YouTube Subscriptions Exporter

== This extension cannot export more than 1000 subscriptions. I'm working on a fix. == Export your YouTube subscriptions…

Τι είναι το YouTube Subscriptions Exporter;

Το YouTube Subscriptions Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alex Yorke, και η κύρια λειτουργία του είναι "== This extension cannot export more than 1000 subscriptions. I'm working on a fix. == Export your YouTube subscriptions…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Subscriptions Exporter

Λήψη αρχείων επέκτασης YouTube Subscriptions Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        == This extension cannot export more than 1000 subscriptions. I'm working on a fix. ==

Export your YouTube subscriptions (subscriber name, channel URL) to a spreadsheet-like format to your clipboard. Last tested: May 10th, 2023 with Chrome. It cannot import subscriptions into a new YouTube account; it can only export them. If this is a feature that you'd like to have, please let me know.

It's 100% free and super easy to do. No ads, and you'll be finished in under 30 seconds.

Here's how it works:
- First, install this extension.
- Next, click on the "Y" icon next to your URL bar. Don't see the "Y" 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 super easy.
- Finally, you'll have a list of your YouTube subscriptions copied to your clipboard.

This is what the output will look like:

Adam Savage’s Tested	https://www.youtube.com/channel/UCiDJtJKMICpb9B1qf7qjEOA
Android Developers	https://www.youtube.com/channel/UCVHFbqXqoYvEWM1Ddxl0QDg
Austin Evans	https://www.youtube.com/channel/UCXGgrKt94gR6lmN4aN3mYTg
Austin John Plays	https://www.youtube.com/channel/UCIIPl-DSCC0prKxGGnJrdGQ
colinfurze	https://www.youtube.com/channel/UCp68_FLety0O-n9QU6phsgw
...


Don't have any text copied to your clipboard? Make sure that you wait until it says that your subscriptions have been copied (it might take several seconds.) If it's still not working, feel free to contact me on my contact email address on this extension and I'll take a look. Chances are YouTube might have updated and this extension might have to be updated as well.

Not working? Comment or email me with the following template so that I can fix your issue faster:

OS and OS Version:
Screen dimensions:
Do you have YouTube Premium?
Chrome Version:
Is YouTube in dark mode or light mode?
OS language:
YouTube language:
Time in UTC that you tried the exporter (you can get your time in UTC via https://www.timeanddate.com/worldclock/timezone/utc):
What actually happened:
What you expected to happen:

Changelog:

v1.0.5:
This is a bug fix release.
- Fix issue where accounts with just a few subscriptions would not copy to the clipboard correctly.

v1.0.4:
This is a bug fix release.
- Fix an issue where non-English versions of YouTube would not export subscriptions.

v1.0.3:
This is a bug fix release, with a change to how subscriptions are sorted. This could be considered a feature, or a bug as it matches YouTube's ordering more closely.
- Correctly copy channels that are live streaming to the exported subscription list.
- Sort subscriptions by subscription title, case-insensitively.

v1.0.2:
- Remove the "tabs" permission because it is not necessary.

v1.0.1:
- Instructions to disable uBlock Origin were removed. Code was reformatted.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube Subscriptions Exporter YouTube Subscriptions Exporter
ID dhpojdmnffaocepmljcdcongdmkjblan
Επίσημο URL https://chromewebstore.google.com/detail/youtube-subscriptions-exp/dhpojdmnffaocepmljcdcongdmkjblan
Περιγραφή == This extension cannot export more than 1000 subscriptions. I'm working on a fix. == Export your YouTube subscriptions…
Μέγεθος Αρχείου 98.05 KB
Αριθμός Εγκαταστάσεων 5,106
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2023-05-11
Ημερομηνία Δημοσίευσης 2021-01-18
Αξιολόγηση 4.05/5 Συνολικά 44 Αξιολογήσεις
Προγραμματιστής Alex Yorke
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/alexyorke/youtube-subscriptions-exporter
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/alexyorke/youtube-subscriptions-exporter
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/alexyorke/youtube-subscriptions-exporter/blob/main/privacy-policy.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Subscriptions Exporter",
    "version": "1.0.6",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_title": "YouTube Subscriptions Exporter",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}