Pull Up Flash

Click to open flash content on web pages in Flash Player

Τι είναι το Pull Up Flash;

Το Pull Up Flash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον james, και η κύρια λειτουργία του είναι "Click to open flash content on web pages in Flash Player".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

Όνομα Pull Up Flash Pull Up Flash
ID fbhapfcojegildkbfcidlnknbamgibkl
Επίσημο URL https://chromewebstore.google.com/detail/pull-up-flash/fbhapfcojegildkbfcidlnknbamgibkl
Περιγραφή Click to open flash content on web pages in Flash Player
Μέγεθος Αρχείου 9.97 KB
Αριθμός Εγκαταστάσεων 5,567
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-07-14
Ημερομηνία Δημοσίευσης 2021-07-12
Αξιολόγηση 3.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής james
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pullupflash.com
Υποστηριζόμενες Γλώσσες 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"
    }
}