Pull Up Flash
Click to open flash content on web pages in Flash Player
Cos'è Pull Up Flash?
Pull Up Flash è un'estensione di Chrome sviluppata da james, e la sua funzione principale è "Click to open flash content on web pages in Flash Player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pull Up Flash
Scarica i file di estensione Pull Up Flash 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
Note: The Pull Up Flash extension will not work unless you also have Pull Up Flash installed on your computer. Please visit https://pullupflash.com for instructions on how to install Pull Up Flash. Pull Up Flash lets you run flash games and movies you come across online in 2021 and beyond. The Flash Player web plugin is no longer supported, but Flash player for desktop is still distributed by Adobe. Pull Up Flash allows you to easily run Flash content by replacing it on web pages with a button you can click to open the game or movie in Flash Player for desktop. By installing this extension, flash content on the web will be replaced by a button that you can click to open that content in Flash Player.
Informazioni di Base sull'Estensione
Nome | Pull Up Flash |
ID | fbhapfcojegildkbfcidlnknbamgibkl |
URL Ufficiale | https://chromewebstore.google.com/detail/pull-up-flash/fbhapfcojegildkbfcidlnknbamgibkl |
Descrizione | Click to open flash content on web pages in Flash Player |
Dimensione del File | 9.97 KB |
Conteggio Installazioni | 5,567 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-07-14 |
Data di Pubblicazione | 2021-07-12 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | james |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pullupflash.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pull Up Flash", "version": "1.0.0", "manifest_version": 2, "description": "Click to open flash content on web pages in Flash Player", "homepage_url": "https:\/\/pullupflash.com", "browser_action": { "default_title": "Pull Up Flash" }, "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ] } ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon32.png", "138": "icon128.png" } } |