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
官方網址 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"
    ]
}