ToozDark
Theme Customizer for the Youtooz website!
什麼是ToozDark?
ToozDark是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Theme Customizer for the Youtooz website!”。
擴展截圖
下載ToozDark擴展crx文件
下載ToozDark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension which gives you the ability to customize the theme on the youtooz.com website. 擴展基本資訊
| 名稱 | |
| ID | ofeandbogmiogflfhknohbgmgpefpdke |
| 官方網址 | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
| 簡介 | Theme Customizer for the Youtooz website! |
| 檔案大小 | 763 KB |
| 安裝次數 | 16 |
| 目前版本 | 1.4 |
| 更新時間 | 2020-05-27 |
| 上架時間 | 2020-05-27 |
| 評分 | 4.65/5 共 17 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ToozDark",
"version": "1.4",
"description": "Theme Customizer for the Youtooz website!",
"icons": {
"128": "logo.png"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtooz.com\/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "ToozDark Settings"
}
} | |