Solitaire Social Flash Allow

Play Solitaire Social using this extension from Playkot LTD.

Solitaire Social Flash Allowคืออะไร?

Solitaire Social Flash Allow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://playkot.com และคุณลักษณะหลักของมันคือ "Play Solitaire Social using this extension from Playkot LTD."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Solitaire Social Flash Allow

ดาวน์โหลดไฟล์ส่วนขยาย 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
}