Solitaire Paradise
This plugin allows you to play Flash games in Chrome on Solitaire Paradise.
Solitaire Paradise란 무엇입니까?
Solitaire Paradise은(는) http://solitaireparadise.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin allows you to play Flash games in Chrome on Solitaire Paradise."입니다.
확장 프로그램 스크린샷
Solitaire Paradise 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this plugin you can play Flash games in Chrome on Solitaire Paradise without any effort. The extension will enable Flash automatically for you, so you don't have to do it yourself anymore. ------- Artwork has been designed using resources from Freepik.com
확장 프로그램 기본 정보
이름 | |
ID | ijgohmiplahcdemgnajpidaegbheglgi |
공식 URL | https://chrome.google.com/webstore/detail/solitaire-paradise/ijgohmiplahcdemgnajpidaegbheglgi |
설명 | This plugin allows you to play Flash games in Chrome on Solitaire Paradise. |
파일 크기 | 35.78 KB |
설치 횟수 | 909 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-01-24 |
출시 날짜 | 2020-01-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://solitaireparadise.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.solitaireparadise.com/ |
개인정보 보호 정책 페이지 URL | https://www.solitaireparadise.com/privacy_policy.html |
지원되는 언어 | de,en,fr,nl,es,it |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": ".\/img\/icon_32.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'; img-src https:\/\/www.solitaireparadise.com;", "default_locale": "en", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.solitaireparadise.com\/*" ] }, "description": "__MSG_extDesc__", "icons": { "128": ".\/img\/icon_128.png", "16": ".\/img\/icon_16.png", "32": ".\/img\/icon_32.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoIrZSTX0Be03E58\/pKr9mVDaL11lMUeMf1f5qfOeYFntiGhFQ3afDM5BoAWSn6bdy30be7GXOga2f38L1zuGqwt9eL2+5v2bxYcj2FqAKdkxICJ7++Vje6YJkwRMHdsXnKrJpoCWSTngUvGi4R7xIANFZYdYFwIW9patozMN6OgE2xnJmUQvhHb8nR8uZOdR9FGi5fpJ7pEBrm85WLZPnHrrTvLrMDhlAlbjd6EwYBYLYbbzuM7g1IfvkmAN9p9Fd+h1ijQBkncVaBRp90W3oGcW5PUA\/s6QUYmyYFYLMS2+QQaQ59CiUPaOxi4bgE9toeGbc7K8i3LHNbOkTL3q6QIDAQAB", "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "contextMenus", "contentSettings" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |