One Click Playcus Flash Games

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

Что такое One Click Playcus Flash Games?

One Click Playcus Flash Games - это расширение Chrome, разработанное Playcus, и его основная функция - "You can now play all Playcus Flash Games without any permissions hassle.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения One Click Playcus Flash Games

Скачайте файлы расширений One Click Playcus Flash Games в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название One Click Playcus Flash Games One Click Playcus Flash Games
ID ajjnbanpedpjbfcpaopcloaaknffnjfp
Официальный URL https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp
Описание You can now play all Playcus Flash Games without any permissions hassle.
Размер файла 9.36 KB
Количество установок 9,240
Текущая Версия 1.0.1
Последнее Обновление 2019-07-24
Дата публикации 2019-07-24
Рейтинг 3.63/5 Всего 16 оценок
Разработчик Playcus
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.playcus.com/privacy-policy
Поддерживаемые языки 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
    }
}