Flash Player +
Flash Player + play & save favourite flashes to view them later.
Was ist Flash Player +?
Flash Player + ist eine Chrome-Erweiterung, die von Flash Player + entwickelt wurde, und ihr Hauptmerkmal ist "Flash Player + play & save favourite flashes to view them later.".
Erweiterungsscreenshots
Flash Player +-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash Player +-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Open the webpage where the flash content is and simply press the play button on the flash content and this will run the flash on the webpage also it can be saved to a flash playlist for it to be played later without downloading. Add new flash file: - Navigate to the webpage with some flash files - Click to icon of extension Flash Player + - Select on top menu "Add flash from actual page" - Click to blue icon "add" - If you want can change flash name Play saves flashes: - Click to icon of Flash Player + - Select on top menu "My Flash Playlist" - Click to blue icon "play" or name of flash (flash opens in Fullscreen mode) - If you want you can remove flash (red icon) Thank you and we hope you enjoy this extension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fnipglnbhfacfmefbgiiodalehbcgcbm |
Offizielle URL | https://chromewebstore.google.com/detail/flash-player-+/fnipglnbhfacfmefbgiiodalehbcgcbm |
Beschreibung | Flash Player + play & save favourite flashes to view them later. |
Dateigröße | 107 KB |
Installationsanzahl | 320,032 |
Aktuelle Version | 2.4 |
Letztes Update | 2022-03-07 |
Veröffentlichungsdatum | 2020-06-20 |
Bewertung | 3.05/5 Insgesamt 174 Bewertungen |
Entwickler | Flash Player + |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4", "name": "Flash Player +", "description": "Flash Player + play & save favourite flashes to view them later.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/getxmlcprt.com" ] } |