FlickZee - Find What to Watch Now

Find Where to Watch a Movie or TV Show you are browsing, Find Whom to Watch it with & decide by ratings from IMDb, RT, MetaCritic.

什么是FlickZee - Find What to Watch Now?

FlickZee - Find What to Watch Now是由https://flickzee.com开发的Chrome扩展程序,该扩展的主要功能是“Find Where to Watch a Movie or TV Show you are browsing, Find Whom to Watch it with & decide by ratings from IMDb, RT, MetaCritic.”。

扩展截图

screenshot
screenshot

下载FlickZee - Find What to Watch Now扩展crx文件

下载FlickZee - Find What to Watch Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        FlickZee is a Search & Discovery Platform to find what Movie or TV Show to Watch Online. We help you do that by aggregating all their Meta Information at A SINGLE CLICK

 - Where to Watch - Where to stream online on the stream of your choice
 - Aggregated Rating - Ratings from IMDb, Rotten Tomatoes & Metacritic.
 - Whom to Watch With - Percent of viewers who watched the it with their Parents/Kids, Partner, Friends of Self
  - Meta Tags - These tell what is good aspects that users like
 - Plot - A short plot that tells the story without revealing the suspense or climax.

But why so much information for something as casual as entertainment?

---->The beautifully complicated thing about Movies & Series, like any other Art form, is that There is No One Size Fits All Solution. 

Viewers Want to Watch Different things at Different Times
===When you are sitting with family, you would want to watch something clean, without abuse, nudity, or profanity
===If you are watching while eating something, you want to watch something which can be resumed later on as well
===For some of us, Weekends are generally for movies and weekdays for TV Shows
===Some of you trust IMDb for user rating, some like the Quantized Expert Rating from Rotten Tomatoes, and quite a few also trust Metacritic for its expert filtered averaged rating.
===Some of us like gory, action, thrillers and some like rom coms, some like war epics, and few of us like sex comedies.
===Or let’s say you want to watch joker, you go to Netflix, search for joker, don’t find it, then go to HBO, search for joker, not there either, then go to youtube, search for joker but there is a blurry CAMRip available there, and then you go to Amazon Prime Video and finally find it there, and by this time, you feel like THE Joker:D

---->So how can you use this extension?

There are 3 ways you can use the extension
1 - Open any movie or tv series page on any streaming service like Netflix, Amazon Prime, Disney+, HBO, Hulu, Vudu, Hotstar, Zee5 - Checkout the Ratings & Whom to Watch With Information before deciding What to Watch.

2 - Open a page on the Internet with information about ANY MOVIE, like a page of 3 Idiots on IMDb, RT, Metacritic, search on Google, then click on the extension icon, you can see Where to Watch it, Ratings & Other Information

3 - Open the extension and type the name in the search box, it will give search results based on your search query and you can click on the poster or title, to see all the meta-information.

---->All this information is available to you, FOR FREE.
And If you are not paying for the product, You are the product…………………………………
That is not true here, because we don’t sell your Data to anyone.

---->Do I need to sign up to use this service?
The basic information is available without any signup but to give any vote or see your streaming service at the top and get recommendations, you can log in.


---->Why YOU will love our extension -
→One-click and you get comprehensive information about the title you want to watch 
→Get details like where to watch, aggregated ratings from IMDb, meta critic and rotten tomatoes, whom to watch it with
→Works on most of the popular websites, so just open a Detail page and click on the extension to see all details
The search bar makes everything Soo Easyyyy as you just have to type the title in the search bar and hit enter to know more about it
→It’s a big time saver and decision enabler for you!! Who else will bestow you with so much love and info on whether you have the right one in mind or not?!!!
→All this information for you is absolutely FREE!                    

扩展基本信息

名称 FlickZee - Find What to Watch Now FlickZee - Find What to Watch Now
ID mkiienibhaljhcejicfepgdomlidldig
官方URL https://chromewebstore.google.com/detail/flickzee-find-what-to-wat/mkiienibhaljhcejicfepgdomlidldig
简介 Find Where to Watch a Movie or TV Show you are browsing, Find Whom to Watch it with & decide by ratings from IMDb, RT, MetaCritic.
文件大小 161 KB
安装次数 104
当前版本 1.0.1
更新时间 2020-11-02
上架时间 2020-10-07
评分 4.78/5 共9次评分
开发者 https://flickzee.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.flickzee.com
帮助页面URL https://www.flickzee.com/blog/contact-us
隐私政策页面URL https://www.flickzee.com/blog/flickzee-privacy-policy
支持的语言 en,en-GB,en-US,mr,hi,bn,gu,ta,te,kn-IN,ml
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "128": "fz.png"
    },
    "browser_action": {
        "default_icon": "fz.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "popup.html"
    ]
}