GameSkip

Share, Submit and Exchange Your Game Posts To GameSkip

什麼是GameSkip?

GameSkip是由https://gameskip.com開發的Chrome擴展程式,該擴展的主要功能是“Share, Submit and Exchange Your Game Posts To GameSkip”。

擴展截圖

screenshot
screenshot
screenshot

下載GameSkip擴展crx文件

下載GameSkip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome Extension Helps in Achieving Following Tasks:

1. It Submits All You Required Game posts to GameSkip.Com Which Help in Exchange Game Bonus Items With Other Users.

How To Submit your items:
1. Install This Addon.
2. Visit Facebook Timeline make sure that gift icon don't show "OFF" notification.
3. This Addon will Auto Submit (Share) your items from your "Facebook Timeline"(Facebook Profile).
4. "Submit, Search Reward" Page won't Submit your Items, It will just show status of your Submitted (Shared) Items.

List of supported games are available on :
https://gameskip.com                    

擴展基本資訊

名稱 GameSkip GameSkip
ID oglhollagcmlahfflcpgpoemjpjfafeo
官方網址 https://chromewebstore.google.com/detail/gameskip/oglhollagcmlahfflcpgpoemjpjfafeo
簡介 Share, Submit and Exchange Your Game Posts To GameSkip
檔案大小 78.06 KB
安裝次數 3,983
目前版本 4.1
更新時間 2023-11-17
上架時間 2018-02-01
評分 4.12/5 共 95 次評分
開發者 https://gameskip.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gameskip.com
說明頁面URL https://gameskip.com/privacy_policy.html
隱私政策頁面URL https://gameskip.com/privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GameSkip",
    "short_name": "GameSkip",
    "version": "4.1",
    "icons": {
        "48": "img\/gift_48.png",
        "128": "img\/gift_128.png"
    },
    "description": "Share, Submit and Exchange Your Game Posts To GameSkip",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/gift_16.png",
            "24": "img\/gift_24.png",
            "32": "img\/gift_32.png",
            "48": "img\/gift_48.png"
        },
        "default_title": "Game Skip",
        "default_popup": "html\/panel.html",
        "disabled": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/handler.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/gameskip.com\/*"
    ]
}