CPRemastered Flash Enabler
Allows CPRMastered to automatically run Flash Player
Cos'è CPRemastered Flash Enabler?
CPRemastered Flash Enabler è un'estensione di Chrome sviluppata da https://cpremastered.com, e la sua funzione principale è "Allows CPRMastered to automatically run Flash Player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CPRemastered Flash Enabler
Scarica i file di estensione CPRemastered Flash Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This auto enables flash for CPRemastered.com This will be deprecated in the future when we switch to HTML5.
Informazioni di Base sull'Estensione
Nome | |
ID | nbjhiamjcdkhjjahklhjjddigcbalkll |
URL Ufficiale | https://chrome.google.com/webstore/detail/cpremastered-flash-enable/nbjhiamjcdkhjjahklhjjddigcbalkll |
Descrizione | Allows CPRMastered to automatically run Flash Player |
Dimensione del File | 16.26 KB |
Conteggio Installazioni | 623 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2020-04-02 |
Data di Pubblicazione | 2020-04-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://cpremastered.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPRemastered Flash Enabler", "version": "0.4", "description": "Allows CPRMastered to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "toolbar_icon32.png" } }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |