BetterPrime

A extension to make your Amazon Prime Video experience better

BetterPrime là gì?

BetterPrime là một tiện ích mở rộng Chrome được phát triển bởi Cosmos Softwares, và tính năng chính của nó là "A extension to make your Amazon Prime Video experience better".

Ả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 BetterPrime

Tải xuống các tệp mở rộng BetterPrime 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

                        Modifies the Amazon Prime Video website to enhance user experience. This extension removes the annoying Amazon product search bar and simplifies the UI. It makes the website feel like it is made more for watching movies and tv shows rather than an extension to Amazon's shopping website.

Currently only supports the Prime Video websites for UK and US


Changes
 - New animation on page load
 - Some minor code optimisations
 - New logo                    

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

Tên BetterPrime BetterPrime
ID ikgeefoekmcopolepkkmmeifllbbadlg
URL Chính Thức https://chromewebstore.google.com/detail/betterprime/ikgeefoekmcopolepkkmmeifllbbadlg
Mô tả A extension to make your Amazon Prime Video experience better
Kích Thước Tệp 4.01 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-08-25
Ngày Phát Hành 2021-08-17
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Cosmos Softwares
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cosmos-softwares.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterPrime",
    "version": "1.1",
    "description": "A extension to make your Amazon Prime Video experience better",
    "manifest_version": 2,
    "author": "Cosmos Bots",
    "permissions": [],
    "icons": {
        "256": "images\/256.png",
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amazon.com\/*\/video\/*",
                "https:\/\/amazon.co.uk\/*\/video\/*",
                "https:\/\/www.amazon.com\/*\/video\/*",
                "https:\/\/www.amazon.co.uk\/*\/video\/*",
                "https:\/\/www.amazon.com\/Amazon-Video\/*",
                "https:\/\/www.amazon.co.uk\/Amazon-Video\/*",
                "https:\/\/www.amazon.com\/*\/watchparty",
                "https:\/\/www.amazon.co.uk\/*\/watchparty"
            ],
            "js": [
                ".\/js\/mod.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}