RedSet
RedSet add the possibility to synchronize the music and the video with friends. Actually support a lot of platforms
Τι είναι το RedSet;
Το RedSet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zarbium, και η κύρια λειτουργία του είναι "RedSet add the possibility to synchronize the music and the video with friends. Actually support a lot of platforms".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RedSet
Λήψη αρχείων επέκτασης RedSet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Now available on Chrome and other browsers, support Netflix, Disney+, Deezer, YouTube, ADN, CrunchyRoll and Wakanim (and far more to come).
Version 1.2
Patched Netflix bug
Added more stability for big parties
Version 1.1
Patched a global bug with our brand new sync system
Added events ! RedSet partner can now organize events on RedSet !
Added Chat emojis (you didn't ask for it but we know that you wanted it)
Stable Version1.0
We are now in 1.0 version (finally)
- Now available on FIREFOX !
- More stability in partys
- Small design change in the party room
- New drop down menu for the settings (look sick try it !)
- Added a little troubleshoot in the chat.
- Patched sync issue with all anime platforms
To see the complet patch note (of older versions please go on our website and search for the patch note page)
Additional information: RedSet is not an open source project and any use of the source code for any commercial or personal use is prohibited. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ejcehnmmbnfelphnnpfenkiblmncabmm |
| Επίσημο URL | https://chromewebstore.google.com/detail/redset/ejcehnmmbnfelphnnpfenkiblmncabmm |
| Περιγραφή | RedSet add the possibility to synchronize the music and the video with friends. Actually support a lot of platforms |
| Μέγεθος Αρχείου | 2.87 MB |
| Αριθμός Εγκαταστάσεων | 53 |
| Τρέχουσα Έκδοση | 1.2.0 |
| Τελευταία Ενημέρωση | 2021-09-30 |
| Ημερομηνία Δημοσίευσης | 2020-08-30 |
| Αξιολόγηση | 4.50/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | Zarbium |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://redsetapp.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://redsetapp.com/pages/support.html |
| URL της Σελίδας Πολιτικής Απορρήτου | https://redsetapp.com/pages/TOS.html |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RedSet",
"version": "1.2.0",
"description": "RedSet add the possibility to synchronize the music and the video with friends. Actually support a lot of platforms",
"homepage_url": "https:\/\/redsetapp.com\/",
"icons": {
"32": "icons\/icon_app_32.png",
"48": "icons\/icon_app_48.png",
"98": "icons\/icon_app_98.png",
"128": "icons\/icon_app_128.png"
},
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": "icons\/icon_app_32.png",
"default_title": "RedSet",
"default_popup": "popup\/index.html"
},
"web_accessible_resources": [
"inject_script\/injectedScriptCreate.js",
"inject_script\/injectedScriptCreateDY.js",
"inject_script\/injectedScriptCreateDz.js",
"inject_script\/injectedScriptCreateCrunchy.js",
"inject_script\/injectedScriptJoin.js",
"inject_script\/injectedScriptJoinDisney.js",
"inject_script\/injectedScriptJoinDY.js",
"inject_script\/injectedScriptJoinDz.js",
"inject_script\/injectedScriptJoinWakan.js",
"inject_script\/injectedScriptJoinCrunchy.js",
"inject_script\/injectedScriptCreateADN.js",
"inject_script\/injectScriptJoinADN.js",
"index.html",
"\/static\/*",
"\/static\/media\/*",
"\/manifest.json"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.ez\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.banggood.com\/",
"*:\/\/*.ebay.com\/",
"*:\/\/*.nordvpn.com\/*",
"*:\/\/*.fiverr.com\/*",
"*:\/\/*.expressvpn.com\/*",
"*:\/\/*.ebay.fr\/*",
"*:\/\/*.fr.aliexpress.com\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.best.aliexpress.com\/*"
],
"js": [
"popup\/js\/background\/redirection.js"
]
},
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.disneyplus.com\/*",
"*:\/\/*.netflix.com\/*",
"*:\/\/*.deezer.com\/*"
],
"js": [
"popup\/js\/background\/background.js",
"popup\/js\/background\/jquery.js"
]
},
{
"matches": [
"*:\/\/*.wakanim.tv\/*",
"*:\/\/*.animedigitalnetwork.fr\/*",
"*:\/\/*.crunchyroll.com\/*"
],
"js": [
"popup\/js\/background\/animeback.js",
"popup\/js\/background\/jquery.js"
]
},
{
"matches": [
"*:\/\/join.redsetapp.com\/join\/*"
],
"js": [
"popup\/js\/joinByDiscord.js"
]
}
]
} | |