Crunchyroll With Better Seasons
Instead of having multiple seasons as DUBS, change audio language directly from the episode.
Crunchyroll With Better Seasons क्या है?
Crunchyroll With Better Seasons Dragicafit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instead of having multiple seasons as DUBS, change audio language directly from the episode."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crunchyroll With Better Seasons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Crunchyroll With Better Seasons is a cross-platform browser extension that changes the way seasons are displayed on Crunchyroll and adds the subtitles to the dub episodes. Old features now supported by Crunchyroll direclty: On the serie page, it groups all audio languages into a single seasons and reorder the seasons with a better numerotation. On the episode page, it adds a setting to change the audio language.
एक्सटेंशन की मूल जानकारी
नाम | Crunchyroll With Better Seasons |
ID | ianobidcnpbeejlkclkfacnipclgiiak |
आधिकारिक URL | https://chromewebstore.google.com/detail/crunchyroll-with-better-s/ianobidcnpbeejlkclkfacnipclgiiak |
विवरण | Instead of having multiple seasons as DUBS, change audio language directly from the episode. |
फ़ाइल का आकार | 599 KB |
स्थापना संख्या | 1,075 |
वर्तमान संस्करण | 0.7.4 |
अंतिम अपडेट | 2023-10-08 |
प्रकाशन तिथि | 2022-04-25 |
रेटिंग | 4.47/5 कुल 17 रेटिंग्स |
डेवलपर | Dragicafit |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons |
सहायता पृष्ठ URL | https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Crunchyroll With Better Seasons", "description": "Instead of having multiple seasons as DUBS, change audio language directly from the episode.", "version": "0.7.4", "author": "Dragicafit", "icons": { "16": "src\/icons\/icon16.png", "48": "src\/icons\/icon48.png", "128": "src\/icons\/icon128.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/static.crunchyroll.com\/*" ], "action": { "default_title": "Crunchyroll With Better Seasons", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/icons\/icon16.png", "24": "src\/icons\/icon24.png", "32": "src\/icons\/icon32.png" } }, "web_accessible_resources": [ { "resources": [ "src\/web-accessible-resources\/tab.bundle.js" ], "matches": [ "https:\/\/beta.crunchyroll.com\/*", "https:\/\/www.crunchyroll.com\/*", "https:\/\/crunchyroll.com\/*" ] }, { "resources": [ "src\/web-accessible-resources\/vilosOverride.bundle.js" ], "matches": [ "https:\/\/static.crunchyroll.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*" ], "js": [ "src\/content-scripts\/injectInPlayer.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/beta.crunchyroll.com\/*", "https:\/\/www.crunchyroll.com\/*", "https:\/\/crunchyroll.com\/*" ], "js": [ "src\/content-scripts\/injectInTab.bundle.js" ], "all_frames": false, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "vilosOverride", "enabled": true, "path": "rules.json" } ] } } |