low—web

Reduce energy consumption and carbon footprint of your internet browsing.

Τι είναι το low—web;

Το low—web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lowwebtech, και η κύρια λειτουργία του είναι "Reduce energy consumption and carbon footprint of your internet browsing.".

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

screenshot
screenshot

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

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

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

                        The extension aims to reduce our datas and limit the energy consumption of our Internet browsing. 

The Internet consumes about 8% of the electricity produced worldwide and emits 3 to 4% of total greenhouse gas emissions. Every request and calculation are a small amounts of electricity consumed and we visit billions of pages and websites needing to run millions of servers or devices like telephones always more powerful and ever more obsolete.

Some optimisations are made for videos or images, if possible quality is set to low-definition.
Some "superfluous" content can also be blocked like share and like button, avatar images or fonts.

But do not forget, the reduction of Internet browsing must be done, but it will never have as much impact as the reduction of Internet manufacturing (and devices that connect to it). So keep your computers, phones... as long as possible, repair them or do not buy them!                    

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

Όνομα low—web low—web
ID jllfpicflcigpegdmejghjhaehdiabfj
Επίσημο URL https://chromewebstore.google.com/detail/low%E2%80%94web/jllfpicflcigpegdmejghjhaehdiabfj
Περιγραφή Reduce energy consumption and carbon footprint of your internet browsing.
Μέγεθος Αρχείου 295 KB
Αριθμός Εγκαταστάσεων 313
Τρέχουσα Έκδοση 0.0.12
Τελευταία Ενημέρωση 2020-10-21
Ημερομηνία Δημοσίευσης 2020-02-07
Αξιολόγηση 4.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής lowwebtech
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/lowwebtech/low-web-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/lowwebtech/low-web-extension/issues
URL της Σελίδας Πολιτικής Απορρήτου https://lowweb.tech/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "low\u2014web",
    "description": "Reduce energy consumption and carbon footprint of your internet browsing.",
    "version": "0.0.12",
    "short_name": "low\u2014web",
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{ab9c153a-f2ef-4134-9675-97498ccc160f}"
        }
    },
    "applications": {
        "gecko": {
            "id": "{ab9c153a-f2ef-4134-9675-97498ccc160f}"
        }
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon_32.png",
        "default_title": "low\u2014web",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "options.js",
        "players\/*",
        "images\/*",
        "oembed\/*",
        "lists\/*"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}