Study Buddy Procrastination Helper

Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.

What is Study Buddy Procrastination Helper?

Study Buddy Procrastination Helper is a Chrome extension developed by Emrie Productions, and its main feature is "Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Study Buddy Procrastination Helper Extension CRX File

Download Study Buddy Procrastination Helper 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

                        Enhance study productivity by limiting the amount of time spent on social media sites (Facebook / Instagram / Pinterest / Reddit / Twitter / YouTube). 

Customizable settings for study / break intervals and specific sites being monitored.                    

Extension Basic Information

Name Study Buddy Procrastination Helper Study Buddy Procrastination Helper
ID iipnehehhdldnjcbadhdcmibakfkpiml
Official URL https://chrome.google.com/webstore/detail/study-buddy-procrastinati/iipnehehhdldnjcbadhdcmibakfkpiml
Description Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.
File Size 61.5 KB
Installation Count 231
Current Version 1.2
Last Updated 2015-07-01
Publish Date 2015-07-01
Rating 2.14/5 Total 7 Ratings
Developer Emrie Productions
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Buddy Procrastination Helper",
    "short_name": "Study Buddy",
    "description": "Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "StudyBuddy.png",
        "default_title": "Study Buddy",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "css": [
                "timer.css",
                "block.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ]
}