Likewise

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

Likewise là gì?

Likewise là một tiện ích mở rộng Chrome được phát triển bởi https://likewisetv.com, và tính năng chính của nó là "Discover the best shows and movies and save them to your personal watchlist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Likewise

Tải xuống các tệp mở rộng Likewise dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Likewise Likewise
ID bahcihkpdjlbndandplnfmejnalndgjo
URL Chính Thức https://chromewebstore.google.com/detail/likewise/bahcihkpdjlbndandplnfmejnalndgjo
Mô tả Discover the best shows and movies and save them to your personal watchlist
Kích Thước Tệp 704 KB
Số Lần Cài Đặt 3,342
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2022-07-17
Ngày Phát Hành 2022-04-21
Đánh Giá 4.85/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://likewisetv.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://likewisetv.com
URL Trang Trợ Giúp https://likewise.com/contact-us
URL Trang Chính Sách Bảo Mật https://likewise.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}