Checksub - Custom Subtitles
🌈 Custom your subtitles on Youtube and Netflix
Τι είναι το Checksub - Custom Subtitles;
Το Checksub - Custom Subtitles είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://checksub.com, και η κύρια λειτουργία του είναι "🌈 Custom your subtitles on Youtube and Netflix".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Checksub - Custom Subtitles
Λήψη αρχείων επέκτασης Checksub - Custom Subtitles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
👾 Create and get personalized subtitles style for Youtube and Netflix! 100% FREE.
Have you ever wanted to personalise your favourite Netflix movie, or all the Youtube video that you watch? Imagine subtitles glowing like a rainbow 🌈 on a colourful background 🎨.
Well that’s a bit weird but it is now possible with Checksub’ add-on.
We have created a tool that allow you to custom your subtitles endlessly so you can create easy to read and fun subtitles.
Who is Checksub custom subtitles for?
- If you are fed up to watch your favourite Japanese anime with Arial subtitles and you want a custom font that immerses you in the culture of your hero.
- If you read 9px high subtitles while watching the 2hour latest Korean film masterpiece Parasite.
- If you just want to watch subtitles on your TV, without binoculars.
- Or just to impress your friends with beautiful and custom subtitles.
Then we may have created the perfect subtitling add-on for you!
What can you do with Checksub custom subtitles?
- Custom the font of your captions.
- All fonts available on Google Fonts are supported.
- Create colourful and design subtitles.
- Make sure to create a contrast between the video and subtitles.
- Style the background behind your subtitles.
- Make your subtitles visible on any video and create catchy captions.
- Create subtitles that everyone can read even if you get visual disabilities.
- Increase the size of the text that you read.
- Save different subtitles style to use on contrasting websites.
- Apply your custom subtitles for Netflix or subtitles for YouTube within a click.
If you want to add a new feature to the add-on, drop us a line we will create that for you 😉. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lbijplknackhkkopnihoedjjbipoknik |
| Επίσημο URL | https://chromewebstore.google.com/detail/checksub-custom-subtitles/lbijplknackhkkopnihoedjjbipoknik |
| Περιγραφή | 🌈 Custom your subtitles on Youtube and Netflix |
| Μέγεθος Αρχείου | 106 KB |
| Αριθμός Εγκαταστάσεων | 773 |
| Τρέχουσα Έκδοση | 0.0.0.1 |
| Τελευταία Ενημέρωση | 2021-07-08 |
| Ημερομηνία Δημοσίευσης | 2021-05-06 |
| Αξιολόγηση | 5.00/5 Συνολικά 10 Αξιολογήσεις |
| Προγραμματιστής | https://checksub.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Checksub - Custom Subtitles",
"version": "0.0.0.1",
"description": "\ud83c\udf08 Custom your subtitles on Youtube and Netflix",
"author": "Florian St\u00e8gre",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
"scripts\/service_worker.js"
],
"persistent": true
},
"permissions": [
"storage"
],
"icons": {
"16": "assets\/images\/logo64.png",
"32": "assets\/images\/logo64.png",
"48": "assets\/images\/logo64.png",
"128": "assets\/images\/logo64.png"
},
"browser_action": {
"default_popup": "layout\/index.html",
"default_icon": {
"16": "assets\/images\/logo.png",
"32": "assets\/images\/logo.png",
"48": "assets\/images\/logo.png",
"128": "assets\/images\/logo.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/www.netflix.com\/*",
"*:\/\/*.netflix.com\/*"
],
"js": [
"scripts\/main.js"
]
}
]
} | |