VGSU SponsorKliks

Verdien gratis en eenvoudig geld voor VGSU via Sponsorkliks

What is VGSU SponsorKliks?

VGSU SponsorKliks is a Chrome extension developed by VGSU, and its main feature is "Verdien gratis en eenvoudig geld voor VGSU via Sponsorkliks".

Extension Screenshots

screenshot
screenshot
screenshot

Download VGSU SponsorKliks Extension CRX File

Download VGSU SponsorKliks 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

                        Met deze extensie kan je met een enkele druk op de knop automatisch de VGSU sponsoren via Sponsorkliks. Sponsorkliks ondersteund honderden webshops, zodra je een website bezoekt die sponsoring ondersteund krijg je een melding bovenin je scherm, klik op de link om automatisch de VGSU te sponsoren bij je aankoop! Als je helemaal enthousiast bent kan je zelfs instellen dat je altijd automatisch wordt doorgestuurd naar de gesponsorde versie van alle webshops die worden ondersteund.                    

Extension Basic Information

Name VGSU SponsorKliks VGSU SponsorKliks
ID jehlkncldifegllfhdjclnffkmhbdckf
Official URL https://chromewebstore.google.com/detail/vgsu-sponsorkliks/jehlkncldifegllfhdjclnffkmhbdckf
Description Verdien gratis en eenvoudig geld voor VGSU via Sponsorkliks
File Size 223 KB
Installation Count 45
Current Version 1.1.0
Last Updated 2019-06-12
Publish Date 2019-06-12
Rating 5.00/5 Total 1 Ratings
Developer VGSU
Payment Type free
Extension Website http://vgsu.nl
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VGSU SponsorKliks",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Verdien gratis en eenvoudig geld voor VGSU via Sponsorkliks",
    "author": "Digicie VGSU",
    "homepage_url": "https:\/\/vgsu.nl\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/reset.css",
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/ShopDatabase.js",
                "js\/State.js",
                "js\/Notification.js",
                "js\/Dispatcher.js",
                "js\/DatabaseLookup.js",
                "js\/Main.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}