Kilogram
Makes Instagram pictures bigger (suitable for retina displays)
Qu'est-ce que Kilogram ?
Kilogram est une extension Chrome développée par https://chren.co, et sa fonction principale est "Makes Instagram pictures bigger (suitable for retina displays)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kilogram
Téléchargez les fichiers d'extension Kilogram 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
Everytime I look at the instagram on proper retina display.. I am wondering why all images are post stamps sized? Not anymore! v0.4.3 update to manifest V3 v0.4.2 fixed to be working again in 2023 and beyond! v0.4.1 updated to comply with Chrome store terms v0.4.0 updated to new instagram webpage structure
Informations de Base sur l'Extension
Nom | |
ID | dodkbjhcbilekdohkhmbeplonhmjiobo |
URL Officiel | https://chromewebstore.google.com/detail/kilogram/dodkbjhcbilekdohkhmbeplonhmjiobo |
Description | Makes Instagram pictures bigger (suitable for retina displays) |
Taille du Fichier | 23.42 KB |
Nombre d'Installations | 247 |
Version Actuelle | 0.4.3 |
Dernière Mise à Jour | 2024-02-04 |
Date de Publication | 2018-09-11 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | https://chren.co |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kilogram", "description": "Makes Instagram pictures bigger (suitable for retina displays)", "version": "0.4.3", "icons": { "16": "kilogram-16.png", "48": "kilogram-48.png", "128": "kilogram-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/", "*:\/\/www.instagram.com\/*" ], "css": [ "tuning.css" ], "js": [ "skript.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/www.instagram.com\/*" ] } |