GameSkip
Share, Submit and Exchange Your Game Posts To GameSkip
GameSkip란 무엇입니까?
GameSkip은(는) https://gameskip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share, Submit and Exchange Your Game Posts To GameSkip"입니다.
확장 프로그램 스크린샷
GameSkip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome Extension Helps in Achieving Following Tasks: 1. It Submits All You Required Game posts to GameSkip.Com Which Help in Exchange Game Bonus Items With Other Users. How To Submit your items: 1. Install This Addon. 2. Visit Facebook Timeline make sure that gift icon don't show "OFF" notification. 3. This Addon will Auto Submit (Share) your items from your "Facebook Timeline"(Facebook Profile). 4. "Submit, Search Reward" Page won't Submit your Items, It will just show status of your Submitted (Shared) Items. List of supported games are available on : https://gameskip.com
확장 프로그램 기본 정보
이름 | GameSkip |
ID | oglhollagcmlahfflcpgpoemjpjfafeo |
공식 URL | https://chromewebstore.google.com/detail/gameskip/oglhollagcmlahfflcpgpoemjpjfafeo |
설명 | Share, Submit and Exchange Your Game Posts To GameSkip |
파일 크기 | 78.06 KB |
설치 횟수 | 3,983 |
현재 버전 | 4.1 |
최근 업데이트 | 2023-11-17 |
출시 날짜 | 2018-02-01 |
평점 | 4.12/5 총 95 개의 평점 |
개발자 | https://gameskip.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gameskip.com |
도움말 페이지 URL | https://gameskip.com/privacy_policy.html |
개인정보 보호 정책 페이지 URL | https://gameskip.com/privacy_policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GameSkip", "short_name": "GameSkip", "version": "4.1", "icons": { "48": "img\/gift_48.png", "128": "img\/gift_128.png" }, "description": "Share, Submit and Exchange Your Game Posts To GameSkip", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "img\/gift_16.png", "24": "img\/gift_24.png", "32": "img\/gift_32.png", "48": "img\/gift_48.png" }, "default_title": "Game Skip", "default_popup": "html\/panel.html", "disabled": true }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "js\/handler.js" ], "all_frames": false } ], "permissions": [ "tabs", "storage", "*:\/\/www.facebook.com\/*", "*:\/\/gameskip.com\/*" ] } |