Flash works Again

Play online games by running web-based Flash content through a Flash Player emulator

Τι είναι το Flash works Again;

Το Flash works Again είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Flash Renew, και η κύρια λειτουργία του είναι "Play online games by running web-based Flash content through a Flash Player emulator".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flash works Again

Λήψη αρχείων επέκτασης Flash works Again σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Experience the nostalgia and accessibility of Flash content once again with our "Flash ReNew" Chrome extension!

Features:

Seamless Flash ReEnable: Enjoy your favorite Flash-based games, animations, and interactive content on websites that no longer support Flash.

Easy Installation: Install our user-friendly extension with just a few clicks, and you're ready to relive the Flash era.

Automatic Flash Detection: Our smart technology detects Flash content and instantly reactivates it, ensuring a smooth browsing experience.

Security: Rest easy knowing our extension is designed with your online safety in mind. It activates Flash content without compromising your browsing security.

Frequent Updates: We stay ahead of the curve by continuously updating our extension to adapt to changing web standards, providing a reliable Flash reenabling solution.

Revive the magic of Flash with "Flash ReNew. Bring back your favorite Flash-based content effortlessly and relish the web as it used to be. Get started today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Flash works Again Flash works Again
ID ocfjjghignicohbjammlhhoeimpfnlhc
Επίσημο URL https://chromewebstore.google.com/detail/flash-works-again/ocfjjghignicohbjammlhhoeimpfnlhc
Περιγραφή Play online games by running web-based Flash content through a Flash Player emulator
Μέγεθος Αρχείου 4.22 MB
Αριθμός Εγκαταστάσεων 350,091
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-10-11
Ημερομηνία Δημοσίευσης 2023-10-07
Αξιολόγηση 4.80/5 Συνολικά 192 Αξιολογήσεις
Προγραμματιστής Flash Renew
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,ca,da,et,hr,it,lv,lt,hu,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,iw,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "static\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "static\/icons\/icon128.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "sandbox": {
        "pages": [
            "html\/player.html"
        ]
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "contentScripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/ruffle\/*.js",
                "libs\/ruffle\/*.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    }
}