Код: Выделить всё
"content_scripts": [
{
"matches": [
"https://*/*"
],
"js": [
"/content.js"
],"css": [
"style.css"
]
}
]
< /code>
Но это не применяет каких -либо CSS на веб -сайтах. Вот мой файл CSS. < /p>
body{
color: white;
background-color: black;}
Подробнее здесь: https://stackoverflow.com/questions/794 ... -extension
Мобильная версия