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