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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gamehunters.club และคุณลักษณะหลักของมันคือ "A simple tool that helps you share your bonus links on GameHunters.Club"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameHunters.Club Share Bonus Links

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        "*:\/\/*\/*"
    ]
}