GameHunters.Club Share Bonus Links
A simple tool that helps you share your bonus links on GameHunters.Club
Vad är GameHunters.Club Share Bonus Links?
GameHunters.Club Share Bonus Links är en Chrome-tillägg utvecklad av https://www.gamehunters.club, och dess huvudfunktion är "A simple tool that helps you share your bonus links on GameHunters.Club".
Tilläggsskärmbilder
Ladda ner GameHunters.Club Share Bonus Links-förlängningens CRX-fil
Ladda ner GameHunters.Club Share Bonus Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | GameHunters.Club Share Bonus Links |
ID | jflpleoegnheglmefkpcjbmbolhiffdi |
Officiell webbadress | https://chromewebstore.google.com/detail/gamehuntersclub-share-bon/jflpleoegnheglmefkpcjbmbolhiffdi |
Beskrivning | A simple tool that helps you share your bonus links on GameHunters.Club |
Filstorlek | 737 KB |
Antal Installationer | 1,803 |
Aktuell Version | 1.0.0.20 |
Senast Uppdaterad | 2018-10-19 |
Publiceringsdatum | 2018-10-18 |
Betyg | 4.48/5 Totalt 109 Betyg |
Utvecklare | https://www.gamehunters.club |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.gamehunters.club/sharelinks-app |
Hjälpsida URL | https://gamehunters.club/sharelinks-app#ShareLinks-Plugin |
URL till Sekretesspolicy Sidan | https://gamehunters.club/about/privacy-policy |
Stödda Språk | 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", "*:\/\/*\/*" ] } |