豆瓣电影传送门
妈妈再也不会担心我找不到资源了~
Cos'è 豆瓣电影传送门?
豆瓣电影传送门 è un'estensione di Chrome sviluppata da user.zhaopeng, 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
我是一名豆瓣爱好者,常常在豆瓣APP上面标记想看的电影,然后在有空的时候再去找资源看。豆瓣最近新增了”在哪儿看这部电影“版块,但是仅仅收录了比较常见的几家视频网站,比如优酷、腾讯视频等,这些网站往往需要购买VIP才能观看,为了节约花在找资源上的时间,我写了这个”豆瓣电影传送门“Chrome插件,妈妈再也不会担心我找不到电影资源了~🍻🍻🍻 Informazioni di Base sull'Estensione
| Nome | |
| ID | pkidecliagangmpphpelecaoogfbnihi |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E4%BC%A0%E9%80%81%E9%97%A8/pkidecliagangmpphpelecaoogfbnihi |
| Descrizione | 妈妈再也不会担心我找不到资源了~ |
| Dimensione del File | 14.2 KB |
| Conteggio Installazioni | 1,349 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2019-03-06 |
| Data di Pubblicazione | 2019-03-05 |
| Valutazione | 4.00/5 Totale 2 Valutazioni |
| Sviluppatore | user.zhaopeng |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Neulana/douban-movie-extension |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u8c46\u74e3\u7535\u5f71\u4f20\u9001\u95e8",
"description": "\u5988\u5988\u518d\u4e5f\u4e0d\u4f1a\u62c5\u5fc3\u6211\u627e\u4e0d\u5230\u8d44\u6e90\u4e86~",
"version": "1.2.0",
"homepage_url": "https:\/\/github.com\/Neulana\/douban-movie-extension",
"icons": {
"32": "favicon-32.png",
"64": "favicon-64.png",
"128": "favicon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/movie.douban.com\/subject\/*"
],
"js": [
"core.js"
],
"run_at": "document_end"
}
],
"permissions": [
"https:\/\/*.neets.cc\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |