GameHunters.Club Share Bonus Links
A simple tool that helps you share your bonus links on GameHunters.Club
GameHunters.Club Share Bonus Links란 무엇입니까?
GameHunters.Club Share Bonus Links은(는) https://www.gamehunters.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple tool that helps you share your bonus links on GameHunters.Club"입니다.
확장 프로그램 스크린샷
GameHunters.Club Share Bonus Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Official Plugin for Sharing and Exchanging Bonus Links on GameHunters.Club The ShareLinks Plugin helps you post bonuses on GameHunters.Club by simply browsing your newsfeed or timeline on Facebook. Please see https://gamehunters.club/sharelinks-app for more details and how to use it.
확장 프로그램 기본 정보
이름 | GameHunters.Club Share Bonus Links |
ID | jflpleoegnheglmefkpcjbmbolhiffdi |
공식 URL | https://chromewebstore.google.com/detail/gamehuntersclub-share-bon/jflpleoegnheglmefkpcjbmbolhiffdi |
설명 | A simple tool that helps you share your bonus links on GameHunters.Club |
파일 크기 | 737 KB |
설치 횟수 | 1,803 |
현재 버전 | 1.0.0.20 |
최근 업데이트 | 2018-10-19 |
출시 날짜 | 2018-10-18 |
평점 | 4.48/5 총 109 개의 평점 |
개발자 | https://www.gamehunters.club |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.gamehunters.club/sharelinks-app |
도움말 페이지 URL | https://gamehunters.club/sharelinks-app#ShareLinks-Plugin |
개인정보 보호 정책 페이지 URL | https://gamehunters.club/about/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GameHunters.Club Share Bonus Links", "short_name": "ShareBonusLinks", "version": "1.0.0.20", "description": "A simple tool that helps you share your bonus links on GameHunters.Club", "icons": { "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "browser_action": { "default_icon": "images\/icon-128x128.png", "default_popup": "html\/display.html", "default_title": "ShareBonusLinks" }, "background": { "scripts": [ "helper\/jquery-2.1.4.js", "helper\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/facebook.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/gamehunters.club\/*" ], "js": [ "helper\/jquery-2.1.4.js", "helper\/identifier.js", "helper\/content.js" ], "all_frames": false } ], "permissions": [ "tabs", "storage", "*:\/\/*\/*" ] } |