豆瓣一键看过
用于在豆瓣网站中快速标记电影为已看过
Cos'è 豆瓣一键看过?
豆瓣一键看过 è un'estensione di Chrome sviluppata da onechaoyang, e la sua funzione principale è "用于在豆瓣网站中快速标记电影为已看过".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 豆瓣一键看过
Scarica i file di estensione 豆瓣一键看过 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
豆瓣一键看过,豆瓣工具,用于在豆瓣网站中快速标记电影为已看过。
点击电影封面左上角未看即可快速标记~ Informazioni di Base sull'Estensione
| Nome | |
| ID | pbgoembbkcojdnfoadodfogngapepfmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E4%B8%80%E9%94%AE%E7%9C%8B%E8%BF%87/pbgoembbkcojdnfoadodfogngapepfmn |
| Descrizione | 用于在豆瓣网站中快速标记电影为已看过 |
| Dimensione del File | 10.28 KB |
| Conteggio Installazioni | 253 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-11-27 |
| Data di Pubblicazione | 2022-04-19 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | onechaoyang |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u8c46\u74e3\u4e00\u952e\u770b\u8fc7",
"manifest_version": 3,
"version": "1.0.2",
"description": "\u7528\u4e8e\u5728\u8c46\u74e3\u7f51\u7ad9\u4e2d\u5feb\u901f\u6807\u8bb0\u7535\u5f71\u4e3a\u5df2\u770b\u8fc7",
"action": {
"default_icon": {
"16": "icons\/icon16.png"
},
"default_title": "\u8c46\u74e3\u4e00\u952e\u770b\u8fc7"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/movie.douban.com\/*",
"https:\/\/search.douban.com\/movie\/*"
],
"css": [
"style.css"
],
"js": [
"content-script.js"
]
}
]
} | |