SmartSwitch: Transfer YouTube subscriptions
Transfer your YouTube channel subscriptions to another account with just a few clicks.
Τι είναι το SmartSwitch: Transfer YouTube subscriptions;
Το SmartSwitch: Transfer YouTube subscriptions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Watson Tang, και η κύρια λειτουργία του είναι "Transfer your YouTube channel subscriptions to another account with just a few clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SmartSwitch: Transfer YouTube subscriptions
Λήψη αρχείων επέκτασης SmartSwitch: Transfer YouTube subscriptions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With just a few clicks, you can easily export and import your subscriptions between different YouTube accounts or devices! making it easier than ever to stay up-to-date with your favorite content creators. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ofjkkedodlibekaaldndffjfhbpkjikp |
| Επίσημο URL | https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp |
| Περιγραφή | Transfer your YouTube channel subscriptions to another account with just a few clicks. |
| Μέγεθος Αρχείου | 32.95 KB |
| Αριθμός Εγκαταστάσεων | 684 |
| Τρέχουσα Έκδοση | 1.5 |
| Τελευταία Ενημέρωση | 2023-11-13 |
| Ημερομηνία Δημοσίευσης | 2023-01-15 |
| Αξιολόγηση | 3.67/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | Watson Tang |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.5",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "src\/assets\/icons\/icon_16.png",
"32": "src\/assets\/icons\/icon_32.png",
"48": "src\/assets\/icons\/icon_48.png",
"128": "src\/assets\/icons\/icon_128.png"
},
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "src\/assets\/icons\/icon_16.png",
"32": "src\/assets\/icons\/icon_32.png",
"48": "src\/assets\/icons\/icon_48.png",
"128": "src\/assets\/icons\/icon_128.png"
}
},
"permissions": [
"storage",
"scripting",
"clipboardWrite",
"alarms"
]
} | |