One Click Playcus Flash Games

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

Cos'è One Click Playcus Flash Games?

One Click Playcus Flash Games è un'estensione di Chrome sviluppata da Playcus, e la sua funzione principale è "You can now play all Playcus Flash Games without any permissions hassle.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Click Playcus Flash Games

Scarica i file di estensione One Click Playcus Flash Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome One Click Playcus Flash Games One Click Playcus Flash Games
ID ajjnbanpedpjbfcpaopcloaaknffnjfp
URL Ufficiale https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp
Descrizione You can now play all Playcus Flash Games without any permissions hassle.
Dimensione del File 9.36 KB
Conteggio Installazioni 9,240
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-07-24
Data di Pubblicazione 2019-07-24
Valutazione 3.63/5 Totale 16 Valutazioni
Sviluppatore Playcus
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.playcus.com/privacy-policy
Lingue Supportate 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
    }
}