Flash Player for Web
Flash Player saves your favorite flashes and run them later.
Τι είναι το Flash Player for Web;
Το Flash Player for Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Flash Player, και η κύρια λειτουργία του είναι "Flash Player saves your favorite flashes and run them later.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Flash Player for Web
Λήψη αρχείων επέκτασης Flash Player for Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Play Flash files anywhere across the WEB! Web Flash Player is a well design Chrome Extension, which allows you to add any flash (swf) file into the app's playlist and access them by simply clicking Flash Player icon. Simply navigate to the webpage, which hosts file, you want to play, open the Extension, choose from detected files and click the Add button. Voila! The file is saved and hosted in your playlist now, you can play it whenever you want!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nggcofmehaobnolkeaemkchbceihlkoj |
Επίσημο URL | https://chrome.google.com/webstore/detail/flash-player-for-chrome/nggcofmehaobnolkeaemkchbceihlkoj |
Περιγραφή | Flash Player saves your favorite flashes and run them later. |
Μέγεθος Αρχείου | 460 KB |
Αριθμός Εγκαταστάσεων | 100,000 |
Τρέχουσα Έκδοση | 1.3.1 |
Τελευταία Ενημέρωση | 2022-08-23 |
Ημερομηνία Δημοσίευσης | 2020-11-08 |
Αξιολόγηση | 2.17/5 Συνολικά 35 Αξιολογήσεις |
Προγραμματιστής | Flash Player |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.1", "name": "__MSG_name__", "short_name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "browser_action": { "default_icon": "assets\/static\/128.png", "default_title": "__MSG_title__" }, "content_scripts": [ { "js": [ "js\/content.js", "js\/finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "storage" ], "icons": { "32": "assets\/static\/32.png", "64": "assets\/static\/64.png", "128": "assets\/static\/128.png" }, "web_accessible_resources": [ "assets\/*.svg", "assets\/*.png", "assets\/*.css", "assets\/*.otf" ] } |