AnimeSR
AnimeSR is a browser extension for enhancing the image quality of anime on web pages in real time.
Τι είναι το AnimeSR;
Το AnimeSR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AnimeSR, και η κύρια λειτουργία του είναι "AnimeSR is a browser extension for enhancing the image quality of anime on web pages in real time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AnimeSR
Λήψη αρχείων επέκτασης AnimeSR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Features • Can be used on most video sites, such as YouTube and Vimeo, etc. (except for DRM-protected videos). • AnimeSR can improve video quality in real time without frame drops when enough GPU computing resources are available. • You can adjust the power of video processing according to your computer's performance: using a more powerful video processing flow on a high performance computer can further improve the image quality. On the other hand, using a lighter video processing flow on a lower-performance computer can prevent frame drops. • You can customize power slider choices or add new video processing flows using built-in shaders (video processing programs). • Customizable shortcut keys can be used to easily turn on/off AnimeSR and adjust power. Major changes in v0.0.3 • The problem of the control page being stretched has been fixed. Useful Links • Support page (user guide, FAQ, etc.) https://radius5.notion.site/AnimeSR-Support-30def07413e04383b898cd4f9b2fb50d • Donation https://www.buymeacoffee.com/animesr • Contact us https://forms.gle/orDr51LVQxjvfp689
Βασικές Πληροφορίες Επέκτασης
Όνομα | AnimeSR |
ID | cdfiafaacidaajjiihapfdkbmdgckgmk |
Επίσημο URL | https://chromewebstore.google.com/detail/animesr/cdfiafaacidaajjiihapfdkbmdgckgmk |
Περιγραφή | AnimeSR is a browser extension for enhancing the image quality of anime on web pages in real time. |
Μέγεθος Αρχείου | 752 KB |
Αριθμός Εγκαταστάσεων | 5,500 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2023-08-29 |
Ημερομηνία Δημοσίευσης | 2023-01-25 |
Αξιολόγηση | 4.63/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | AnimeSR |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://radius5.notion.site/AnimeSR-Support-30def07413e04383b898cd4f9b2fb50d |
Υποστηριζόμενες Γλώσσες | en,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnimeSR", "description": "__MSG_ext_description__", "version": "0.0.3", "manifest_version": 3, "default_locale": "en", "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/off\/icon16.png", "48": "icons\/off\/icon48.png", "128": "icons\/off\/icon128.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "icons\/on\/icon16.png", "48": "icons\/on\/icon48.png", "128": "icons\/on\/icon128.png" }, "commands": { "01-animeSrOn": { "suggested_key": { "default": "Alt+Shift+Q" }, "description": "__MSG_turn_on_anime_sr__" }, "02-animeSrOff": { "suggested_key": { "default": "Alt+Shift+W" }, "description": "__MSG_turn_off_anime_sr__" }, "03-triggleFpsWindow": { "description": "__MSG_fps_winodw__" }, "04-reducePower": { "suggested_key": { "default": "Alt+Shift+1" }, "description": "__MSG_reduce_power__" }, "05-increasePower": { "suggested_key": { "default": "Alt+Shift+2" }, "description": "__MSG_increase_power__" } } } |