Productivity Beats
Block time consuming sites and listen to your favorite beats while focusing on your work.
What is Productivity Beats?
Productivity Beats is a Chrome extension developed by productivitybeats.io, and its main feature is "Block time consuming sites and listen to your favorite beats while focusing on your work.".
Extension Screenshots
Download Productivity Beats Extension CRX File
Download Productivity Beats 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
Set up the amount of time you want to be focusing on your work versus the time you want a break. The scheduler repeats this process until you're done. Upload your favorite music in the browser, and it will automatically play while you work. This add-on will save you lots of time by balancing study and leisure! I'm open to any comments or suggestions.
Extension Basic Information
Name | Productivity Beats |
ID | mgijflbgfkdcdhonodjhpigemiphdhkc |
Official URL | https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc |
Description | Block time consuming sites and listen to your favorite beats while focusing on your work. |
File Size | 616 KB |
Installation Count | 98 |
Current Version | 0.2.1 |
Last Updated | 2022-01-06 |
Publish Date | 2016-09-19 |
Developer | productivitybeats.io |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Beats", "description": "Block time consuming sites and listen to your favorite beats while focusing on your work.", "version": "0.2.1", "browser_action": { "default_icon": { "38": "images\/icon38.png" } }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ] } |