Tooltje

Tooltje; online shoppen zoals je gewend bent met altijd korting

What is Tooltje?

Tooltje is a Chrome extension developed by http://www.tooltje.nl, and its main feature is "Tooltje; online shoppen zoals je gewend bent met altijd korting".

Extension Screenshots

screenshot

Download Tooltje Extension CRX File

Download Tooltje 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

                        Tooltje laat het je geheel automatisch weten zodra je op een webshop bent waar je extra korting kunt krijgen. Zo krijg je korting bij duizenden webshops zonder er iets voor te hoeven doen. Deze korting ontvang je bovenop bestaande acties en aanbiedingen. Zo ben je altijd goedkoper uit. Of je nu op zoek bent naar kleding, boodschappen of elektronica: Tooltje helpt je besparen.                    

Extension Basic Information

Name Tooltje Tooltje
ID pacnpiihhgddklceinadjblglgkbonad
Official URL https://chrome.google.com/webstore/detail/tooltje/pacnpiihhgddklceinadjblglgkbonad
Description Tooltje; online shoppen zoals je gewend bent met altijd korting
File Size 86.93 KB
Installation Count 115
Current Version 1.3.2
Last Updated 2015-06-27
Publish Date 2015-06-27
Rating 5.00/5 Total 4 Ratings
Developer http://www.tooltje.nl
Payment Type free
Extension Website https://www.tooltje.nl
Help Page URL https://www.tooltje.nl/help/chrome/
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tooltje",
    "description": "Tooltje; online shoppen zoals je gewend bent met altijd korting",
    "author": "Tooltje",
    "version": "1.3.2",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/offline.png",
        "default_title": "Tooltje"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/psl.min.js",
            "js\/utils.js",
            "js\/api.js",
            "js\/texts.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "popup\/popup.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}