看电影

电影爱好者的乐园

What is 看电影?

看电影 is a Chrome extension developed by Madao, and its main feature is "电影爱好者的乐园".

Extension Screenshots

screenshot

Download 看电影 Extension CRX File

Download 看电影 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        电影插件插件,无论是豆瓣电影详情页面还是谷歌搜索还是百度搜索,都能看到有多少个下载资源以及资源链接哟~                    

Extension Basic Information

Name 看电影 看电影
ID jafdkpfijdgjogdjemifhlfmpbbogfmb
Official URL https://chromewebstore.google.com/detail/%E7%9C%8B%E7%94%B5%E5%BD%B1/jafdkpfijdgjogdjemifhlfmpbbogfmb
Description 电影爱好者的乐园
File Size 77.4 KB
Installation Count 90
Current Version 0.4
Last Updated 2012-11-18
Publish Date 2012-11-17
Rating 4.33/5 Total 3 Ratings
Developer Madao
Payment Type free
Extension Website http://58.215.190.54/
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u770b\u7535\u5f71",
    "version": "0.4",
    "description": "\u7535\u5f71\u7231\u597d\u8005\u7684\u4e50\u56ed",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "mov_icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/movie.douban.com\/subject\/*",
                "http:\/\/www.baidu.com\/*",
                "http:\/\/www.google.com\/",
                "http:\/\/www.google.com.hk\/",
                "https:\/\/www.google.com\/",
                "https:\/\/www.google.com.hk\/"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "background": "background.html",
    "permissions": [
        "http:\/\/movie.douban.com\/*",
        "http:\/\/baidu.com\/*",
        "http:\/\/google.com\/*",
        "http:\/\/google.com.hk\/*",
        "https:\/\/google.com\/*",
        "https:\/\/google.com.hk\/*",
        "http:\/\/google.com.tw\/*",
        "http:\/\/58.215.190.54\/*"
    ]
}