Relaxation Plug-In
[Sit back, relax and enjoy the calming words of this guided meditation.]
What is Relaxation Plug-In?
Relaxation Plug-In is a Chrome extension developed by jennyanagnos, and its main feature is "[Sit back, relax and enjoy the calming words of this guided meditation.]".
Extension Screenshots
Download Relaxation Plug-In Extension CRX File
Download Relaxation Plug-In 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
Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser.
Extension Basic Information
Name | Relaxation Plug-In |
ID | jcfgjbfadlodaenbaphdadgijpkelkab |
Official URL | https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab |
Description | [Sit back, relax and enjoy the calming words of this guided meditation.] |
File Size | 22.92 KB |
Installation Count | 21 |
Current Version | 0.2 |
Last Updated | 2016-06-02 |
Publish Date | 2016-06-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | jennyanagnos |
[email protected] | |
Payment Type | free |
Extension Website | http://cargocollective.com/relaxation-plug-in/Download |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relaxation Plug-In", "description": "[Sit back, relax and enjoy the calming words of this guided meditation.]", "version": "0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Relax a little" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |