Gimper Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
Wat is Gimper Online?
Gimper Online is een Chrome-extensie ontwikkeld door Kemsan, en de belangrijkste functie is "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gimper Online
Download Gimper Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Gimper Online |
ID | mfockbbapaconnlmcnbfeioaapajopng |
Officiële URL | https://chromewebstore.google.com/detail/gimper-online/mfockbbapaconnlmcnbfeioaapajopng |
Beschrijving | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
Bestandsgrootte | 781 KB |
Aantal Installaties | 134 |
Huidige Versie | 4.0.1 |
Laatst Bijgewerkt | 2017-06-02 |
Publicatiedatum | 2017-06-02 |
Beoordeling | 4.26/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Kemsan |
Betalingswijze | free |
Ondersteunde Talen | 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" } |