Girolive Internet-Toolbar

Internet-Toolbar für das GiroLive-Portal

What is Girolive Internet-Toolbar?

Girolive Internet-Toolbar is a Chrome extension developed by https://www.girolive.de, and its main feature is "Internet-Toolbar für das GiroLive-Portal".

Extension Screenshots

screenshot
screenshot

Download Girolive Internet-Toolbar Extension CRX File

Download Girolive Internet-Toolbar 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

                        Nutzen Sie die GiroLive Internet-Toolbar, um beim Online-Shopping direkt in Ihren Shops vom GiroLive-Portal zu profitieren und keine Rabatte zu verpassen. Das Login über das GiroLive-Portal entfällt damit.                    

Extension Basic Information

Name Girolive Internet-Toolbar Girolive Internet-Toolbar
ID kagilfamfgopoepmknmoddkapppookfi
Official URL https://chromewebstore.google.com/detail/girolive-internet-toolbar/kagilfamfgopoepmknmoddkapppookfi
Description Internet-Toolbar für das GiroLive-Portal
File Size 502 KB
Installation Count 108
Current Version 1.2
Last Updated 2023-08-05
Publish Date 2018-07-05
Rating 5.00/5 Total 1 Ratings
Developer https://www.girolive.de
Email [email protected]
Payment Type free
Extension Website https://www.girolive.de
Privacy Policy Page URL https://www.mehrwerk.de/datenschutz
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Girolive Internet-Toolbar",
    "author": "varioous OG",
    "version": "1.2",
    "short_name": "girolive",
    "description": "Internet-Toolbar f\u00fcr das GiroLive-Portal",
    "homepage_url": "https:\/\/www.girolive.de",
    "icons": {
        "48": "images\/icon.png",
        "96": "images\/[email protected]"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "menu\/menu.html",
        "default_icon": {
            "48": "images\/icon.png",
            "96": "images\/[email protected]",
            "128": "images\/[email protected]"
        },
        "default_title": "Girolive Internet-Toolbar"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "*:\/\/meta.tamola.de\/*",
        "webRequest"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "pagescript.js"
            ],
            "css": [
                "pagestyle.css"
            ],
            "run_at": "document_end"
        }
    ]
}