AIM

AIM helps you to stay focused on your work by blocking websites you add for a given amount of time

Τι είναι το AIM;

Το AIM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Appradius, και η κύρια λειτουργία του είναι "AIM helps you to stay focused on your work by blocking websites you add for a given amount of time".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AIM

Λήψη αρχείων επέκτασης AIM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        AIM helps you to become more productive by letting you block distracting websites and helps you to fight procrastination. 

Add website names those make you fail at working, pause when you need a break and stay focused. Enter the time period you want to do some real work and start AIM. On that given period of time, you will not be able to visit those sites in your chrome browser. 

However, for any urgency we will allow you to borrow maximum of 10 minutes to access blocked sites and maintain a strict Workflow.

FEATURES: 

* You can give custom amount of time varying from 1 minute to 1 day.

* Borrow minutes while visiting blocked sites when AIM is active.

* Protect AIM from stopping and borrowing time with custom password.

* Add any site to AIM. Like if you add www.facebook.com, then your home feed and any kind of facebook operation will be prohibited. However if you add www.facebook.com/someprofile, then only that profile will be blocked

USAGE

* No internet is required to run this extension

* Low CPU usage

* Parental control enabled

PERMISSION 

* Read and change data all websites you visit- We need this permission as we block sites you mention. So we need to push some script into websites you visit to do our job. However we do not make any server communication and don't store any kind of personal data

For any assistance, please mail to [email protected] 

If you like the extension, please share with your friends and family. Also please rate us 5 star                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AIM AIM
ID ippcedcabdiebmiaoofnbfkhopehcchd
Επίσημο URL https://chromewebstore.google.com/detail/aim/ippcedcabdiebmiaoofnbfkhopehcchd
Περιγραφή AIM helps you to stay focused on your work by blocking websites you add for a given amount of time
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 590
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2020-04-21
Ημερομηνία Δημοσίευσης 2020-04-16
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Appradius
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appname__",
    "short_name": "AIM by Redelegant",
    "description": "AIM helps you to stay focused on your work by blocking websites you add for a given amount of time",
    "version": "2.0.0",
    "icons": {
        "16": "icon_active.png",
        "48": "icon_active.png",
        "128": "icon_active.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "pages": [
            "html\/popup.html"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "alarms",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icon_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}