LaunchScan

Keep on top of new Kickstarter Projects

What is LaunchScan?

LaunchScan is a Chrome extension developed by https://www.launchscan.com, and its main feature is "Keep on top of new Kickstarter Projects".

Extension Screenshots

screenshot
screenshot

Download LaunchScan Extension CRX File

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

                        Tired of missing out on all the early-bird rewards? Select your desired Kickstarter categories, and receive alerts for new projects.                    

Extension Basic Information

Name LaunchScan LaunchScan
ID dmjfhboldmmhffpgaklednfcdmafbdfb
Official URL https://chromewebstore.google.com/detail/launchscan/dmjfhboldmmhffpgaklednfcdmafbdfb
Description Keep on top of new Kickstarter Projects
File Size 692 KB
Installation Count 94
Current Version 1.0.3
Last Updated 2016-06-10
Publish Date 2016-06-10
Rating 5.00/5 Total 8 Ratings
Developer https://www.launchscan.com
Payment Type free
Privacy Policy Page URL http://www.launchscan.com/privacypolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaunchScan",
    "description": "Keep on top of new Kickstarter Projects",
    "version": "1.0.3",
    "icons": {
        "16": "img\/rocket16.png",
        "32": "img\/rocket32.png",
        "128": "img\/rocket128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "dexie.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/rocket24.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "http:\/\/www.launchscan.com\/*",
        "https:\/\/www.kickstarter.com\/*",
        "https:\/\/www.indiegogo.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}