GTribe

Augment your GTribe experience

Apa itu GTribe?

GTribe adalah ekstensi Chrome yang dikembangkan oleh https://www.gamingtribe.com, dan fitur utamanya adalah "Augment your GTribe experience".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GTribe

Unduh file ekstensi GTribe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        • Adds "Hey SAMI" support to your system
• Receive Music Player track notifications
• Use media buttons to control Music Player playback
• Make use of screen sharing during GTV calls (Coming soon)                    

Informasi Dasar Ekstensi

Nama GTribe GTribe
ID bglneidhakmhdnbiggoldnkdgbckdeck
URL Resmi https://chromewebstore.google.com/detail/gtribe/bglneidhakmhdnbiggoldnkdgbckdeck
Deskripsi Augment your GTribe experience
Ukuran File 993 KB
Jumlah Instalasi 60
Versi Saat Ini 1.2 beta
Terakhir Diperbarui 2019-07-26
Tanggal Publikasi 2019-07-26
Pengembang https://www.gamingtribe.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gamingtribe.com/
URL Halaman Kebijakan Privasi https://www.gamingtribe.com/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTribe",
    "version": "0.0.8",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkXaKjy4+0CMj9XUowqEqP2kvgRRp4CLv69ZxclmdN8Mfr98ET+fWcZ390vJUD8E9TxXSifqkX7Iy3QSWi0KFW9KIYKBt54qnbHU6LWawOQbTw+7glhw5owOz\/00q6+Oj7TXE0gG6lsLIKYP8PsL0YhxmQEhKnnqK4DXHfZu\/4Z8uFizy9\/mcYfjBcAUCx586aXuZVu3eOrbyzVSk2dxyhIllKzmJjszpgBwAl7z2t3l6McuWuXXf3XSAOaP8+rLgrK8H\/w+0REuf17ZvfNkQMBFfvdPqUA4aZboAyqhXYvt\/a47vYjVBTYQP3k4MOaTgl+dcJKOft1GA8ONTsopaKQIDAQAB",
    "description": "Augment your GTribe experience",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "GTribe",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "assistant.html",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle_track": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "Play\/Pause music",
            "global": true
        },
        "next_track": {
            "suggested_key": {
                "default": "MediaNextTrack"
            },
            "description": "Next track",
            "global": true
        },
        "prev_track": {
            "suggested_key": {
                "default": "MediaPrevTrack"
            },
            "description": "Previous track",
            "global": true
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/static.gtri.be https:\/\/www.gamingtribe.com; object-src 'self' blob:",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.gamingtribe.com\/*"
        ]
    },
    "homepage_url": "http:\/\/www.gamingtribe.com\/",
    "incognito": "not_allowed",
    "minimum_chrome_version": "42",
    "offline_enabled": false,
    "optional_permissions": [
        "desktopCapture",
        "*:\/\/www.gamingtribe.com\/*"
    ],
    "permissions": [
        "storage",
        "notifications",
        "background",
        "idle",
        "power",
        "system.cpu",
        "system.display",
        "system.memory",
        "*:\/\/www.gamingtribe.com\/*"
    ],
    "short_name": "GTribe",
    "version_name": "1.2 beta"
}