Flash player (Playlist)

Flash player saves swf files and run them later in fullscreen flash player.

Wat is Flash player (Playlist)?

Flash player (Playlist) is een Chrome-extensie ontwikkeld door Wizz Extensions, en de belangrijkste functie is "Flash player saves swf files and run them later in fullscreen flash player.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Flash player (Playlist)

Download Flash player (Playlist)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Flash player (Playlist)

For add new flash go to webpage with any flash and click to main icon of Flash player +. In popup of Flash Player + click to "Flashes on actual page" and click to icon "plus" (you can change flash name too).

If you not see any flash in menu "Flashes on actual page" you must wait to completely load the webpage with flash and then try add again.

Your saved flashes can be run in "PLAYLIST" in popup. Click to name of flash or to icon "play" (flash will be open in fullscreen flash player). Next you can remove any flash.

https://archive.org/details/a-collection-of-flash-games-swf
Above is an example website that has the original flash games on it for you to test.

So easy!                    

Basisinformatie over de Extensie

Naam Flash player (Playlist) Flash player (Playlist)
ID aiccdefnpjkolgnpdamdimejlfmopcca
Officiële URL https://chromewebstore.google.com/detail/flash-player-playlist/aiccdefnpjkolgnpdamdimejlfmopcca
Beschrijving Flash player saves swf files and run them later in fullscreen flash player.
Bestandsgrootte 7.29 MB
Aantal Installaties 20,000
Huidige Versie 1.7
Laatst Bijgewerkt 2023-02-16
Publicatiedatum 2019-04-09
Beoordeling 3.62/5 Totaal 34 Beoordelingen
Ontwikkelaar Wizz Extensions
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "name": "Flash player (Playlist)",
    "description": "Flash player saves swf files and run them later in fullscreen flash player.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/ico48.png",
        "128": "img\/ico128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}