CSS inject

Very simple chrome extension to inject CSS into websites

Vad är CSS inject?

CSS inject är en Chrome-tillägg utvecklad av NGC Corp., och dess huvudfunktion är "Very simple chrome extension to inject CSS into websites".

Tilläggsskärmbilder

screenshot

Ladda ner CSS inject-förlängningens CRX-fil

Ladda ner CSS inject-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        * synced between devices
* no ads
* no tracking
* open source                    

Grundläggande Information om Tillägg

Namn CSS inject CSS inject
ID faibaacflblbomlgemniiegenfkjhopj
Officiell webbadress https://chromewebstore.google.com/detail/css-inject/faibaacflblbomlgemniiegenfkjhopj
Beskrivning Very simple chrome extension to inject CSS into websites
Filstorlek 7.88 KB
Antal Installationer 44
Aktuell Version 1.0.0
Senast Uppdaterad 2021-03-26
Publiceringsdatum 2021-03-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare NGC Corp.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ngc-corp/browser-extension-css-inject
Hjälpsida URL https://github.com/ngc-corp/browser-extension-css-inject/issues
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS inject",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "CSS inject",
        "default_popup": "popup.html"
    },
    "description": "Very simple chrome extension to inject CSS into websites",
    "author": "NCG Corp. ",
    "homepage_url": "https:\/\/github.com\/ngc-corp\/browser-extension-css-inject",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "offline_enabled": true
}