GamePoint Flash Enabler

This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.

Was ist GamePoint Flash Enabler?

GamePoint Flash Enabler ist eine Chrome-Erweiterung, die von http://www.gamepoint.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".

Erweiterungsscreenshots

screenshot

GamePoint Flash Enabler-Erweiterungs-CRX-Datei herunterladen

Laden Sie GamePoint Flash Enabler-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

                        This extension enables flash for the GamePoint games so you don't have to.                    

Grundlegende Informationen zur Erweiterung

Name GamePoint Flash Enabler GamePoint Flash Enabler
ID hondlccdejidmimngjiikdpfojbkamlf
Offizielle URL https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf
Beschreibung This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Dateigröße 701 KB
Installationsanzahl 50,000
Aktuelle Version 1.3
Letztes Update 2020-05-29
Veröffentlichungsdatum 2020-05-28
Bewertung 2.95/5 Insgesamt 41 Bewertungen
Entwickler http://www.gamepoint.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gamepoint.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GamePoint Flash Enabler",
    "short_name": "GamePoint Flash Enabler",
    "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.",
    "version": "1.3",
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        },
        "default_title": "GamePoint Flash Enabler"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "js\/flashenabler.js"
        ],
        "persistent": false
    }
}