Gimper Online

Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.

Apa itu Gimper Online?

Gimper Online adalah ekstensi Chrome yang dikembangkan oleh Kemsan, dan fitur utamanya adalah "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gimper Online

Unduh file ekstensi Gimper Online 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

                                            

Informasi Dasar Ekstensi

Nama Gimper Online Gimper Online
ID mfockbbapaconnlmcnbfeioaapajopng
URL Resmi https://chromewebstore.google.com/detail/gimper-online/mfockbbapaconnlmcnbfeioaapajopng
Deskripsi Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
Ukuran File 781 KB
Jumlah Instalasi 134
Versi Saat Ini 4.0.1
Terakhir Diperbarui 2017-06-02
Tanggal Publikasi 2017-06-02
Penilaian 4.26/5 Total 19 Penilaian
Pengembang Kemsan
Tipe Pembayaran free
Bahasa yang Didukung pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gimper Online",
    "short_name": "gimper_online",
    "version": "4.0.1",
    "description": "Otrzymuj na bie\u017c\u0105co notyfikacje od Twojego ulubionego YouTubera.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Kemsan",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Zobacz ostatnie powiadomienia",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "*:\/\/*.gimper.pl\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "https:\/\/gimper.pl"
}