Inspect and view changes in 哔哩列表:哔哩哔哩收藏夹的列表播放 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "2.0.2resigned1",
"manifest_version": 2,
"short_name": "__MSG_shortName__",
"minimum_chrome_version": "52",
"browser_specific_settings": {
"gecko": {
"id": "bilist.firefox.extension@cil.rocks",
"strict_min_version": "48.0"
}
},
"default_locale": "zh_CN",
"icons": {
"16": "./img/icons/icon_16.png",
"19": "./img/icons/icon_19.png",
"38": "./img/icons/icon_38.png",
"48": "./img/icons/icon_48.png",
"128": "./img/icons/icon_128.png"
},
"background": {
"scripts": [
"./background.js"
]
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*://space.bilibili.com/*"
],
"js": [
"./favorite.js"
],
"css": [
"./favorite.css"
]
},
{
"run_at": "document_idle",
"matches": [
"*://www.bilibili.com/video/*"
],
"js": [
"./video.js"
],
"css": [
"./video.css"
]
}
],
"browser_action": {
"default_icon": {
"19": "./img/icons/icon_19.png",
"38": "./img/icons/icon_38.png"
},
"default_title": "__MSG_shortName__",
"default_popup": "./popup.html"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"/*"
],
"homepage_url": "https://github.com/JohnCido/BilibiliPlaylist"
} 최고의 哔哩列表:哔哩哔哩收藏夹的列表播放 대안
다음은 哔哩列表:哔哩哔哩收藏夹的列表播放과(와) 유사한 Firefox add-on입니다: