豆瓣电影一键播,在线放映无广告

放映TV,在线看视频的终极解决方案

What is 豆瓣电影一键播,在线放映无广告?

豆瓣电影一键播,在线放映无广告 is a Chrome extension developed by http://www.fangying.tv, and its main feature is "放映TV,在线看视频的终极解决方案".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        2014/02/13更新:适配了豆瓣电影页面最新改版,顺祝各位情人节快乐哦~~~

2014/01/10更新:修改了一些小bug

2013/11/28更新:添加了文字描述,修改了一些小bug

2013/11/18更新:优化了一些体验上的细节

本插件是“最牛X最有范儿的视频聚合网站——放映tv”的功能扩展,使用本插件就能够实现:

1)在豆瓣电影上一键播放任何一部影片;
2)无论是优酷土豆爱奇艺,还是快播百度影音,在线放映全无广告(需要登录);
3)网页上任意文字(可以是电影名、演员名、导演名等)选中后,右键直达资源;
4)插件icon随时点击,即可从海量资源库中推荐若干影视精品呈现给你。
5)还有更多。。。等你来体验。。。

亲~ 请享用吧
别忘了好评啊                    

Extension Basic Information

Name 豆瓣电影一键播,在线放映无广告 豆瓣电影一键播,在线放映无广告
ID hahdahpejhfaopbaomnaokfhfchpjbmp
Official URL https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E4%B8%80%E9%94%AE%E6%92%AD%EF%BC%8C%E5%9C%A8%E7%BA%BF%E6%94%BE%E6%98%A0%E6%97%A0%E5%B9%BF%E5%91%8A/hahdahpejhfaopbaomnaokfhfchpjbmp
Description 放映TV,在线看视频的终极解决方案
File Size 145 KB
Installation Count 641
Current Version 0.8
Last Updated 2014-02-12
Publish Date 2014-02-12
Rating 2.27/5 Total 11 Ratings
Developer http://www.fangying.tv
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8c46\u74e3\u7535\u5f71\u4e00\u952e\u64ad\uff0c\u5728\u7ebf\u653e\u6620\u65e0\u5e7f\u544a",
    "short_name": "\u653e\u6620TV\u7535\u5f71\u63d2\u4ef6",
    "version": "0.8",
    "description": "\u653e\u6620TV\uff0c\u5728\u7ebf\u770b\u89c6\u9891\u7684\u7ec8\u6781\u89e3\u51b3\u65b9\u6848",
    "manifest_version": 2,
    "options_page": "public\/html\/options.html",
    "browser_action": {
        "default_icon": "public\/img\/icon.png",
        "default_popup": "public\/html\/test.html",
        "default_title": "\u653e\u6620TV"
    },
    "icons": {
        "16": "public\/img\/icon.png",
        "48": "public\/img\/icon.png",
        "128": "public\/img\/icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/www.fangying.tv\/"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "public\/js\/menus.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/movie.douban.com\/subject\/*"
            ],
            "js": [
                "public\/js\/jquery.min.js",
                "public\/js\/douban.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "public\/img\/video_icon.png"
    ]
}