Sloth

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

Qu'est-ce que Sloth ?

Sloth est une extension Chrome développée par denar90, et sa fonction principale est "Sloth - an extension slowing down page loading to bring real user experience".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Sloth 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

                        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?                    

Informations de Base sur l'Extension

Nom Sloth Sloth
ID hekdlpaieaibohkfokedfidncnmocfpp
URL Officiel https://chromewebstore.google.com/detail/sloth/hekdlpaieaibohkfokedfidncnmocfpp
Description Sloth - an extension slowing down page loading to bring real user experience
Taille du Fichier 41.39 KB
Nombre d'Installations 211
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-03
Date de Publication 2019-05-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur denar90
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/denar90/sloth
URL de la Page d'Aide https://github.com/denar90/sloth/blob/master/README.md
Langues Prises en Charge 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
}