豆瓣电影传送门
妈妈再也不会担心我找不到资源了~
Wat is 豆瓣电影传送门?
豆瓣电影传送门 is een Chrome-extensie ontwikkeld door user.zhaopeng, en de belangrijkste functie is "妈妈再也不会担心我找不到资源了~".
Extensie Screenshots
Download het CRX-bestand van de extensie 豆瓣电影传送门
Download 豆瓣电影传送门-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
我是一名豆瓣爱好者,常常在豆瓣APP上面标记想看的电影,然后在有空的时候再去找资源看。豆瓣最近新增了”在哪儿看这部电影“版块,但是仅仅收录了比较常见的几家视频网站,比如优酷、腾讯视频等,这些网站往往需要购买VIP才能观看,为了节约花在找资源上的时间,我写了这个”豆瓣电影传送门“Chrome插件,妈妈再也不会担心我找不到电影资源了~🍻🍻🍻
Basisinformatie over de Extensie
Naam | 豆瓣电影传送门 |
ID | pkidecliagangmpphpelecaoogfbnihi |
Officiële URL | 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 |
Beschrijving | 妈妈再也不会担心我找不到资源了~ |
Bestandsgrootte | 14.2 KB |
Aantal Installaties | 1,349 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2019-03-06 |
Publicatiedatum | 2019-03-05 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | user.zhaopeng |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Neulana/douban-movie-extension |
Ondersteunde Talen | 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 } } |