GameHunters.Club Share Bonus Links
A simple tool that helps you share your bonus links on GameHunters.Club
Co to jest GameHunters.Club Share Bonus Links?
GameHunters.Club Share Bonus Links to rozszerzenie Chrome opracowane przez https://www.gamehunters.club, a jego główną funkcją jest „A simple tool that helps you share your bonus links on GameHunters.Club”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GameHunters.Club Share Bonus Links
Pobierz pliki rozszerzeń GameHunters.Club Share Bonus Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GameHunters.Club Share Bonus Links |
ID | jflpleoegnheglmefkpcjbmbolhiffdi |
Oficjalny URL | https://chromewebstore.google.com/detail/gamehuntersclub-share-bon/jflpleoegnheglmefkpcjbmbolhiffdi |
Opis | A simple tool that helps you share your bonus links on GameHunters.Club |
Rozmiar pliku | 737 KB |
Liczba instalacji | 1,803 |
Aktualna Wersja | 1.0.0.20 |
Ostatnia Aktualizacja | 2018-10-19 |
Data Publikacji | 2018-10-18 |
Ocena | 4.48/5 Łącznie 109 Oceny |
Deweloper | https://www.gamehunters.club |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.gamehunters.club/sharelinks-app |
Adres URL Strony Pomocy | https://gamehunters.club/sharelinks-app#ShareLinks-Plugin |
Adres URL Strony Polityki Prywatności | https://gamehunters.club/about/privacy-policy |
Obsługiwane Języki | 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", "*:\/\/*\/*" ] } |