One Click Playcus Flash Games

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

Qu'est-ce que One Click Playcus Flash Games ?

One Click Playcus Flash Games est une extension Chrome développée par Playcus, et sa fonction principale est "You can now play all Playcus Flash Games without any permissions hassle.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension One Click Playcus Flash Games

Téléchargez les fichiers d'extension One Click Playcus Flash Games au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom One Click Playcus Flash Games One Click Playcus Flash Games
ID ajjnbanpedpjbfcpaopcloaaknffnjfp
URL Officiel https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp
Description You can now play all Playcus Flash Games without any permissions hassle.
Taille du Fichier 9.36 KB
Nombre d'Installations 9,240
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-07-24
Date de Publication 2019-07-24
Évaluation 3.63/5 Total 16 Évaluations
Développeur Playcus
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.playcus.com/privacy-policy
Langues Prises en Charge 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
    }
}