Fresh Hotel Automatic Flash Acceptance
Automatically allows Flash player to run, rather than ask for permission each time.
Τι είναι το Fresh Hotel Automatic Flash Acceptance;
Το Fresh Hotel Automatic Flash Acceptance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fresh-hotel.org, και η κύρια λειτουργία του είναι "Automatically allows Flash player to run, rather than ask for permission each time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fresh Hotel Automatic Flash Acceptance
Λήψη αρχείων επέκτασης Fresh Hotel Automatic Flash Acceptance σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will automatically set Flash permissions to 'allow' for the Fresh Hotel website, to avoid connectivity issues arising in the future.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fresh Hotel Automatic Flash Acceptance |
ID | akhdojncgcgflecepkmdhbdgnacgjbhg |
Επίσημο URL | https://chromewebstore.google.com/detail/fresh-hotel-automatic-fla/akhdojncgcgflecepkmdhbdgnacgjbhg |
Περιγραφή | Automatically allows Flash player to run, rather than ask for permission each time. |
Μέγεθος Αρχείου | 33.33 KB |
Αριθμός Εγκαταστάσεων | 982 |
Τρέχουσα Έκδοση | 1.0.25 |
Τελευταία Ενημέρωση | 2019-07-06 |
Ημερομηνία Δημοσίευσης | 2019-07-05 |
Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://fresh-hotel.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://fresh-hotel.org |
Διεύθυνση URL της Σελίδας Βοήθειας | https://forum.fresh-hotel.org |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fresh Hotel Automatic Flash Acceptance", "version": "1.0.25", "description": "Automatically allows Flash player to run, rather than ask for permission each time.", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "icons": { "512": "images\/icon-512x512.png", "384": "images\/icon-384x384.png", "192": "images\/icon-192x192.png", "152": "images\/icon-152x152.png", "144": "images\/icon-144x144.png", "128": "images\/icon-128x128.png", "96": "images\/icon-96x96.png", "72": "images\/icon-72x72.png" }, "browser_action": { "default_icon": "images\/icon-96x96.png" } } |