Gimper Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
What is Gimper Online?
Gimper Online is a Chrome extension developed by Kemsan, and its main feature is "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Extension Screenshots
Download Gimper Online Extension CRX File
Download Gimper Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Gimper Online |
ID | mfockbbapaconnlmcnbfeioaapajopng |
Official URL | https://chromewebstore.google.com/detail/gimper-online/mfockbbapaconnlmcnbfeioaapajopng |
Description | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
File Size | 781 KB |
Installation Count | 134 |
Current Version | 4.0.1 |
Last Updated | 2017-06-02 |
Publish Date | 2017-06-02 |
Rating | 4.26/5 Total 19 Ratings |
Developer | Kemsan |
Payment Type | free |
Supported Languages | 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" } |