Minimal Youtube theme

Make youtube boring and calm

Vad är Minimal Youtube theme?

Minimal Youtube theme är en Chrome-tillägg utvecklad av Rafi, och dess huvudfunktion är "Make youtube boring and calm".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Minimal Youtube theme-förlängningens CRX-fil

Ladda ner Minimal Youtube theme-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

                        It hides some elements in the youtube to make it less distracting and more enjoyable.                    

Grundläggande Information om Tillägg

Namn Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
Officiell webbadress https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
Beskrivning Make youtube boring and calm
Filstorlek 26.36 KB
Antal Installationer 175
Aktuell Version 0.0.3
Senast Uppdaterad 2022-09-07
Publiceringsdatum 2022-08-28
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Rafi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Rafi993/minimal-youtube-theme
Hjälpsida URL https://github.com/Rafi993/minimal-youtube-theme/issues
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Youtube theme",
    "description": "Make youtube boring and calm",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "main.10a003bc.css"
            ],
            "js": [
                "main.da0dd1a7.js"
            ]
        }
    ],
    "action": {
        "default_title": "Options",
        "default_popup": "options.818d1ab0.html"
    },
    "icons": {
        "16": "icon16.cf8ed879.png",
        "32": "icon32.1f1b0c61.png",
        "48": "icon48.6b8809b5.png",
        "128": "icon128.12662906.png"
    }
}