LSD effect

LSD effect in your browser

What is LSD effect?

LSD effect is a Chrome extension developed by PowerThemes, and its main feature is "LSD effect in your browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LSD effect Extension CRX File

Download LSD effect 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

                        Wow, such LSD effect in your browser!!!
Check it right now!!!
!!!
!!
!                    

Extension Basic Information

Name LSD effect LSD effect
ID nidjphagpgghijflkhpnijgncmelonmo
Official URL https://chromewebstore.google.com/detail/lsd-effect/nidjphagpgghijflkhpnijgncmelonmo
Description LSD effect in your browser
File Size 119 KB
Installation Count 1,460
Current Version 0.0.1
Last Updated 2016-03-20
Publish Date 2016-03-20
Rating 3.81/5 Total 31 Ratings
Developer PowerThemes
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LSD effect",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "LSD effect in your browser",
    "background": {
        "scripts": [
            "background.js",
            "script.js",
            "off.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon1.png"
    },
    "browser_action": {
        "default_title": "LSD effect",
        "default_icon": "icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js",
                "script.js",
                "off.js"
            ]
        }
    ]
}