Likewise

Discover the best shows and movies and save them to your personal watchlist

Likewise란 무엇입니까?

Likewise은(는) https://likewisetv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover the best shows and movies and save them to your personal watchlist"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Likewise 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Likewise makes it easy to discover the best shows and movies available on any streaming service.  Find out what’s hot and what matches your personal tastes and then save those shows and movies to your universal watchlist, or even watch them on the web, all with just one click. 
 
Automatically see a personalized rating for shows and movies from thousands of sites. Your Likewise score is personalized to your tastes and will appear anywhere you see TV shows or movies on the web. 
 
Easily see what streaming services your favorite shows and movies are on, save them to your universal Likewise Watchlist, and watch them with a click of a button on your preferred streaming service.  
 
Reading an article about an upcoming show on Netflix? Save it to your Likewise Watchlist for later. See an old favorite movie is now available on Hulu? Save it to watch later. Likewise makes it easier to keep track of your favorites across all your streaming services.   
 
Find your favorites anywhere on the web! Likewise TV is a streaming hub, personalized just for you. Get your account at: https://likewisetv.com 

Submit your feedback at [email protected]                    

확장 프로그램 기본 정보

이름 Likewise Likewise
ID bahcihkpdjlbndandplnfmejnalndgjo
공식 URL https://chromewebstore.google.com/detail/likewise/bahcihkpdjlbndandplnfmejnalndgjo
설명 Discover the best shows and movies and save them to your personal watchlist
파일 크기 704 KB
설치 횟수 3,342
현재 버전 0.0.8
최근 업데이트 2022-07-17
출시 날짜 2022-04-21
평점 4.85/5 총 26 개의 평점
개발자 https://likewisetv.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://likewisetv.com
도움말 페이지 URL https://likewise.com/contact-us
개인정보 보호 정책 페이지 URL https://likewise.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Likewise",
    "version": "0.0.8",
    "manifest_version": 3,
    "description": "Discover the best shows and movies and save them to your personal watchlist",
    "homepage_url": "https:\/\/likewisetv.com\/",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "background": {
        "service_worker": "asset\/sw.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/likewisetv.com\/*"
    ],
    "action": {
        "default_title": "likewisetv",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "asset\/inter.css",
                "asset\/content.css"
            ],
            "js": [
                "asset\/jquery.js",
                "asset\/jquery.mark.min.js",
                "asset\/content.js"
            ],
            "exclude_matches": [
                "https:\/\/likewise.com\/*",
                "https:\/\/likewisetv.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/*.png",
                "icons\/*.png",
                "icons\/*.jpeg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox script-src 'self' 'unsafe-eval'; object-src 'self'"
    }
}