Morphine

Regulated distraction.

Qu'est-ce que Morphine ?

Morphine est une extension Chrome développée par https://teddy.io, et sa fonction principale est "Regulated distraction.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Morphine

Téléchargez les fichiers d'extension Morphine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Morphine is a website blocker with a twist. Instead of allotting a certain amount of time each day for using blocked sites, Morphine gives you a "balance" to pull from, which is very slowly filled with minutes. This allows you to use your blocked sites whenever you want for as long as you want—provided you have enough time in your balance. In other words: Regulated Distraction™®!

But why take this approach? Well, let's say you're at work and have a standard website blocker turned on. A friend sends you a link to an item on one of your blocked sites, but when you try to access it, turns out you've already used all your daily allotted time up! However if you were using Morphine, your wait would be no more than 10 minutes (by default), since the balance is always slowly being added to.                    

Informations de Base sur l'Extension

Nom Morphine Morphine
ID fbnpehpbojenlldmfcopeajkichnnjpo
URL Officiel https://chromewebstore.google.com/detail/morphine/fbnpehpbojenlldmfcopeajkichnnjpo
Description Regulated distraction.
Taille du Fichier 1.36 MB
Nombre d'Installations 1,230
Version Actuelle 1.1.0
Dernière Mise à Jour 2016-10-17
Date de Publication 2016-10-16
Évaluation 4.53/5 Total 93 Évaluations
Développeur https://teddy.io
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morphine",
    "version": "1.1.0",
    "description": "Regulated distraction.",
    "icons": {
        "16": "images\/icons\/16.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19-1x.png",
            "38": "images\/icons\/19-2x.png"
        },
        "default_title": "Morphine",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/errors.js",
            "scripts\/jsuri.js",
            "scripts\/data.js",
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}