Sloth

Sloth - an extension slowing down page loading to bring real user experience

Wat is Sloth?

Sloth is een Chrome-extensie ontwikkeld door denar90, en de belangrijkste functie is "Sloth - an extension slowing down page loading to bring real user experience".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sloth

Download Sloth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        How it works?

`Sloth` uses Chrome Devtools Protocol to slow down connection and throttle CPU.

What are the conditions?

`Sloth` applies `4x` CPU throttling and slowing down network to `1.6Mbps` - for download, `750Kbps` - for upload.
Interested in optional configurations - take a part in https://github.com/denar90/sloth/issues/1 discussion 

Why do I need it while chrome-devtools can do the same?

Yes and no. DevTools can do it for opened tab, but you have to do a lot of manipulations to apply throttling (open dev tools, open proper tab, apply throttling etc). This extension is for lazy people, you just press one button and all URLs with same origin will have throttling. Handy isn't it?                    

Basisinformatie over de Extensie

Naam Sloth Sloth
ID hekdlpaieaibohkfokedfidncnmocfpp
Officiële URL https://chromewebstore.google.com/detail/sloth/hekdlpaieaibohkfokedfidncnmocfpp
Beschrijving Sloth - an extension slowing down page loading to bring real user experience
Bestandsgrootte 41.39 KB
Aantal Installaties 211
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-03
Publicatiedatum 2019-05-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar denar90
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/denar90/sloth
Help Pagina-URL https://github.com/denar90/sloth/blob/master/README.md
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sloth",
    "description": "Sloth - an extension slowing down page loading to bring real user experience",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16x16.png",
        "120": "images\/icon-120x120.png"
    },
    "permissions": [
        "debugger",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Sloth - slooow connection by default",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}