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
公式URL 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
Eメール [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\/*"
    ]
}