function content_scriptsCSS(file) {
var link = document.createElement('link');
link.href = chrome.runtime.getURL(file);
link.rel = 'stylesheet';
(document.head || document.documentElement).appendChild(link);
}
// 注入css
content_scriptsCSS('content_scripts.css');
function master_process(file) {
var script = document.createElement('script');
script.src = chrome.runtime.getURL(file);
script.onload = function () {
this.remove();
};
(document.head || document.documentElement).appendChild(script);
}
// 注入js
master_process('master_process.js');
// manifest.js
{
"name": "addCssJs",
"version": "1.0.0",
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"content_scripts.css",
"master_process.js"
],
"matches": [
"<all_urls>"
]
}
]
}
The Beatles – легендарная британская рок-группа, сформированная в 1960 году в Ливерпуле. Их музыка стала символом эпохи и оказала огромное влияние на мировую культуру. Среди их лучших песен: “Hey Jude”, “Let It Be”, “Yesterday”, “Come Together”, “Here Comes the Sun”, “A Day in the Life”, “Something”, “Eleanor Rigby” и многие другие. Их творчество отличается мелодичностью, глубиной текстов и экспериментами в звуке, что сделало их одной из самых влиятельных групп в истории музыки. Музыка 2024 года слушать онлайн и скачать бесплатно mp3.