One Click Playcus Flash Games

You can now play all Playcus Flash Games without any permissions hassle.

Was ist One Click Playcus Flash Games?

One Click Playcus Flash Games ist eine Chrome-Erweiterung, die von Playcus entwickelt wurde, und ihr Hauptmerkmal ist "You can now play all Playcus Flash Games without any permissions hassle.".

Erweiterungsscreenshots

screenshot

One Click Playcus Flash Games-Erweiterungs-CRX-Datei herunterladen

Laden Sie One Click Playcus Flash Games-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

                        You can now play all Playcus Games without any permissions hassle.

One Click Solution  is the official extension from PLAYCUS Games that helps you with the many upcoming permissions required from Flash for a seamless gameplay experience!
By adding this extension, you will give a ONE TIME permission to use Flash. All Flash pop ups will be handled by the extension and you can get back to playing PLAYCUS games, hassle free!

Your privacy is important to PLAYCUS.  Your consent to Flash will only be used to support Flash and will not be shared with any other parties.
Use of this extension is subject to our Terms of Service (https://www.playcus.com/terms-of-service), and Privacy Policy (https://www.playcus.com/privacy-policy).                    

Grundlegende Informationen zur Erweiterung

Name One Click Playcus Flash Games One Click Playcus Flash Games
ID ajjnbanpedpjbfcpaopcloaaknffnjfp
Offizielle URL https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp
Beschreibung You can now play all Playcus Flash Games without any permissions hassle.
Dateigröße 9.36 KB
Installationsanzahl 9,240
Aktuelle Version 1.0.1
Letztes Update 2019-07-24
Veröffentlichungsdatum 2019-07-24
Bewertung 3.63/5 Insgesamt 16 Bewertungen
Entwickler Playcus
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.playcus.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Playcus Flash Games",
    "description": "You can now play all Playcus Flash Games without any permissions hassle.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "App_icon_chrome.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "App_icon_chrome.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}