Custom CSS by Denis

Minimal and secure way to add custom CSS per-domain

Qu'est-ce que Custom CSS by Denis ?

Custom CSS by Denis est une extension Chrome développée par https://sokolov.cc, et sa fonction principale est "Minimal and secure way to add custom CSS per-domain".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Custom CSS by Denis

Téléchargez les fichiers d'extension Custom CSS by Denis 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

                        Add custom CSS styles on websites.

The extension does not require permissions to access all data on all websites all the time. Once you start editing CSS on a page, you get a permission prompt specific to that domain. Later, if the CSS for a domain is not used, the permission will be dropped.

There is no UI clutter of any kind. The entire extension consists of a big editable area for CSS code for the current domain.                    

Informations de Base sur l'Extension

Nom Custom CSS by Denis Custom CSS by Denis
ID cemphncflepgmgfhcdegkbkekifodacd
URL Officiel https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd
Description Minimal and secure way to add custom CSS per-domain
Taille du Fichier 40.74 KB
Nombre d'Installations 3,018
Version Actuelle 1.2.0
Dernière Mise à Jour 2024-03-04
Date de Publication 2018-10-20
Évaluation 4.30/5 Total 30 Évaluations
Développeur https://sokolov.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/denis-sokolov/chrome-custom-css
URL de la Page d'Aide https://github.com/denis-sokolov/chrome-custom-css/issues
Langues Prises en Charge en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/16.png",
        "48": "src\/icons\/48.png",
        "128": "src\/icons\/128.png",
        "256": "src\/icons\/256.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}