Picture in Picture with subtitles — Piphover
Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.
Τι είναι το Picture in Picture with subtitles — Piphover;
Το Picture in Picture with subtitles — Piphover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://piphover.com, και η κύρια λειτουργία του είναι "Picture in Picture with subtitles. Increase your productivity while continuing watching what you love.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Picture in Picture with subtitles — Piphover
Λήψη αρχείων επέκτασης Picture in Picture with subtitles — Piphover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Picture in Picture with subtitles (Finally). Increase your productivity while continuing watching what you love in any language. PLATFORMS ✅ We don't have a list of allowed streaming platforms because, well, it works on all of them. BROWSER ✅ If you are one of those who use different browsers, don't worry, you can use Piphover in other browsers besides Chrome. MULTI-DEVICE ✅ You can access your account on multiple devices at the same time. TECHNICAL SUPPORT ✅ We are here to help you in case of any technical problem.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Picture in Picture with subtitles — Piphover |
ID | gakeolnffenpdieafldfcpihadflnfbk |
Επίσημο URL | https://chromewebstore.google.com/detail/picture-in-picture-with-s/gakeolnffenpdieafldfcpihadflnfbk |
Περιγραφή | Picture in Picture with subtitles. Increase your productivity while continuing watching what you love. |
Μέγεθος Αρχείου | 19.4 KB |
Αριθμός Εγκαταστάσεων | 652 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2024-01-31 |
Ημερομηνία Δημοσίευσης | 2023-12-10 |
Αξιολόγηση | 4.08/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://piphover.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://piphover.com/home |
Διεύθυνση URL της Σελίδας Βοήθειας | https://piphover.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://piphover.com/PrivacyPolicy |
Υποστηριζόμενες Γλώσσες | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1", "author": "Piphover", "description": "__MSG_description__", "homepage_url": "https:\/\/piphover.com\/home", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" }, "icons": { "32": "img\/icon_x32.png", "48": "img\/icon_x48.png", "128": "img\/icon_x128.png" }, "action": { "default_icon": { "32": "img\/icon_x32.png", "48": "img\/icon_x48.png", "128": "img\/icon_x128.png" }, "default_title": "__MSG_toggleMode__" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Period" }, "description": "__MSG_toggleMode__" } }, "default_locale": "en" } |