GameHunters.Club Share Bonus Links

A simple tool that helps you share your bonus links on GameHunters.Club

¿Qué es GameHunters.Club Share Bonus Links?

GameHunters.Club Share Bonus Links es una extensión de Chrome desarrollada por https://www.gamehunters.club, y su función principal es "A simple tool that helps you share your bonus links on GameHunters.Club".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión GameHunters.Club Share Bonus Links

Descarga archivos de extensión GameHunters.Club Share Bonus Links en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GameHunters.Club Share Bonus Links GameHunters.Club Share Bonus Links
ID jflpleoegnheglmefkpcjbmbolhiffdi
URL Oficial https://chromewebstore.google.com/detail/gamehuntersclub-share-bon/jflpleoegnheglmefkpcjbmbolhiffdi
Descripción A simple tool that helps you share your bonus links on GameHunters.Club
Tamaño del Archivo 737 KB
Cantidad de Instalaciones 1,803
Versión Actual 1.0.0.20
Última Actualización 2018-10-19
Fecha de Publicación 2018-10-18
Calificación 4.48/5 Total de 109 Calificaciones
Desarrollador https://www.gamehunters.club
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.gamehunters.club/sharelinks-app
URL de la Página de Ayuda https://gamehunters.club/sharelinks-app#ShareLinks-Plugin
URL de la Página de Política de Privacidad https://gamehunters.club/about/privacy-policy
Idiomas Soportados 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",
        "*:\/\/*\/*"
    ]
}