Solitaire Social Flash Allow

Play Solitaire Social using this extension from Playkot LTD.

什么是Solitaire Social Flash Allow?

Solitaire Social Flash Allow是由https://playkot.com开发的Chrome扩展程序,该扩展的主要功能是“Play Solitaire Social using this extension from Playkot LTD.”。

扩展截图

screenshot
screenshot
screenshot

下载Solitaire Social Flash Allow扩展crx文件

下载Solitaire Social Flash Allow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use this extension to play Solitaire Social from Playkot LTD!

Tired of having to manually enable Flash Player every time after you close the browser or restart your device?
This extension will help you play Solitaire Social, Solitaire 3 Social and Solitaire Club by allowing Flash Player in your browser permanently.

Get rid of the annoying Flash permissions with Solitaire Social Allow and launch Solitaire automatically with no hassle. No more pop-ups!

Use a single click entry through a special shortcut right on your browser control panel!

Please note that the extension changes your Flash permissions only. Your data and any other information you share is under protection due to our Privacy Policy.

By using this extension you confirm the acceptance of Terms of Service, and Privacy Policy by Playkot Ltd.

Terms of Service: https://en.playkot.com/terms.htm
Privacy Policy: https://playkot.com/privacy.htm                    

扩展基本信息

名称 Solitaire Social Flash Allow Solitaire Social Flash Allow
ID cdgadiikjdgddgfhacgjbacflhoimogn
官方URL https://chromewebstore.google.com/detail/solitaire-social-flash-al/cdgadiikjdgddgfhacgjbacflhoimogn
简介 Play Solitaire Social using this extension from Playkot LTD.
文件大小 322 KB
安装次数 49,528
当前版本 0.1.0
更新时间 2019-07-11
上架时间 2019-07-10
评分 3.39/5 共41次评分
开发者 https://playkot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://apps.facebook.com/solitairesocial/
帮助页面URL https://kosmoshelp.zendesk.com/hc/en-us/categories/115000494349
隐私政策页面URL https://playkot.com/privacy.htm
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solitaire Social Flash Allow",
    "version": "0.1.0",
    "description": "Play Solitaire Social using this extension from Playkot LTD.",
    "permissions": [
        "contentSettings",
        "background",
        "*:\/\/*.facebook.com\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icon_fb_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon_fb_16.png",
        "48": "assets\/icon_fb_48.png",
        "128": "assets\/icon_fb_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "minimum_chrome_version": "59",
    "manifest_version": 2
}