GameHunters.Club Share Bonus Links

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

O que é GameHunters.Club Share Bonus Links?

GameHunters.Club Share Bonus Links é uma extensão do Chrome desenvolvida por https://www.gamehunters.club, e sua principal característica é "A simple tool that helps you share your bonus links on GameHunters.Club".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão GameHunters.Club Share Bonus Links

Baixe arquivos de extensão GameHunters.Club Share Bonus Links no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GameHunters.Club Share Bonus Links GameHunters.Club Share Bonus Links
ID jflpleoegnheglmefkpcjbmbolhiffdi
URL Oficial https://chromewebstore.google.com/detail/gamehuntersclub-share-bon/jflpleoegnheglmefkpcjbmbolhiffdi
Descrição A simple tool that helps you share your bonus links on GameHunters.Club
Tamanho do Arquivo 737 KB
Contagem de Instalações 1,803
Versão Atual 1.0.0.20
Última Atualização 2018-10-19
Data de Publicação 2018-10-18
Classificação 4.48/5 Total de 109 Avaliações
Desenvolvedor https://www.gamehunters.club
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.gamehunters.club/sharelinks-app
URL da Página de Ajuda https://gamehunters.club/sharelinks-app#ShareLinks-Plugin
URL da Página de Política de Privacidade https://gamehunters.club/about/privacy-policy
Idiomas Suportados 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",
        "*:\/\/*\/*"
    ]
}