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文件

下载GameHunters.Club Share Bonus Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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",
        "*:\/\/*\/*"
    ]
}