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."입니다.
확장 프로그램 스크린샷
Solitaire Social Flash Allow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |