Gimper Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
O que é Gimper Online?
Gimper Online é uma extensão do Chrome desenvolvida por Kemsan, e sua principal característica é "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gimper Online
Baixe arquivos de extensão Gimper Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | Gimper Online |
ID | mfockbbapaconnlmcnbfeioaapajopng |
URL Oficial | https://chromewebstore.google.com/detail/gimper-online/mfockbbapaconnlmcnbfeioaapajopng |
Descrição | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
Tamanho do Arquivo | 781 KB |
Contagem de Instalações | 134 |
Versão Atual | 4.0.1 |
Última Atualização | 2017-06-02 |
Data de Publicação | 2017-06-02 |
Classificação | 4.26/5 Total de 19 Avaliações |
Desenvolvedor | Kemsan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |