SiteCop

SiteCop is a website timer and blocker that protects you from time-wasting websites and includes a Pomodoro option.

SiteCop क्या है?

SiteCop Miguel Tolosa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SiteCop is a website timer and blocker that protects you from time-wasting websites and includes a Pomodoro option."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SiteCop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        SiteCop is a light and sharp extension made to protect us from those life-draining websites that make us waste hours on them through no fault of our own.  It features 3 different option-rich timed lists to block websites and a bonus Pomodoro option.  It has features you always wanted in other extensions, and is free with no ads.

SiteCop also has a pair of sliders that let you set a range of time for sites to be timed or free.  Want to only block during 9-5 with a free hour for lunch at noon, or just allow access to Hulu and Netflix from 6-10?  It’s as easy as clicking your mouse.

If you would like to help translate this extension to different languages to help more people or have some features that you’d like to see in the future then please feel free to contact me.  Thanks for reading this and for using my app!

Find us on Facebook at https://www.facebook.com/sitecopextension

PRIVACY POLICY: This app saves NO browsing or personal data of any kind.  SiteCop only stores the sites you enter into the blocked lists.                    

एक्सटेंशन की मूल जानकारी

नाम SiteCop SiteCop
ID alflfcohkipknfihgnpmcdcoiihielde
आधिकारिक URL https://chromewebstore.google.com/detail/sitecop/alflfcohkipknfihgnpmcdcoiihielde
विवरण SiteCop is a website timer and blocker that protects you from time-wasting websites and includes a Pomodoro option.
फ़ाइल का आकार 730 KB
स्थापना संख्या 466
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2017-03-15
प्रकाशन तिथि 2017-03-14
रेटिंग 4.62/5 कुल 21 रेटिंग्स
डेवलपर Miguel Tolosa
भुगतान के प्रकार free
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "version": "2.2.0",
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}