MyYoutubeKaraoke
Manage your KTV list on Youtube or just simply add your favourite videos
Vad är MyYoutubeKaraoke?
MyYoutubeKaraoke är en Chrome-tillägg utvecklad av dinhthibc, och dess huvudfunktion är "Manage your KTV list on Youtube or just simply add your favourite videos".
Tilläggsskärmbilder
Ladda ner MyYoutubeKaraoke-förlängningens CRX-fil
Ladda ner MyYoutubeKaraoke-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        You can easily manage your KTV/Karaoke list on Youtube & share with your friends/family members. Our current support features:
- Add video directly from Youtube
- Search videos by tags, keywords
- Auto play to the next video in the list
- Multi-language support
- Dark mode support
- Export/Import support
- Shuffle the list or Sort by name/total play count
- Easy to edit video with name alias + tags
- And more are coming...                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | aoidbbmpdjgjhjmkphcgpblmlglinokn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/myyoutubekaraoke/aoidbbmpdjgjhjmkphcgpblmlglinokn | 
| Beskrivning | Manage your KTV list on Youtube or just simply add your favourite videos | 
| Filstorlek | 197 KB | 
| Antal Installationer | 177 | 
| Aktuell Version | 0.0.2 | 
| Senast Uppdaterad | 2023-07-16 | 
| Publiceringsdatum | 2023-06-19 | 
| Betyg | 5.00/5 Totalt 3 Betyg | 
| Utvecklare | dinhthibc | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyYoutubeKaraoke",
    "version": "0.0.2",
    "description": "Manage your KTV list on Youtube or just simply add your favourite videos",
    "author": "Thi Tran",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}  |  |