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
Eメール [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",
        "*:\/\/*\/*"
    ]
}