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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://gamehunters.club/sharelinks-app#ShareLinks-Plugin
عنوان صفحة سياسة الخصوصية 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",
        "*:\/\/*\/*"
    ]
}