BetterPrime

A extension to make your Amazon Prime Video experience better

什麼是BetterPrime?

BetterPrime是由Cosmos Softwares開發的Chrome擴展程式,該擴展的主要功能是“A extension to make your Amazon Prime Video experience better”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載BetterPrime擴展crx文件

下載BetterPrime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 BetterPrime BetterPrime
ID ikgeefoekmcopolepkkmmeifllbbadlg
官方網址 https://chromewebstore.google.com/detail/betterprime/ikgeefoekmcopolepkkmmeifllbbadlg
簡介 A extension to make your Amazon Prime Video experience better
檔案大小 4.01 MB
安裝次數 18
目前版本 1.1
更新時間 2021-08-25
上架時間 2021-08-17
評分 4.00/5 共 3 次評分
開發者 Cosmos Softwares
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cosmos-softwares.com/privacy
支援的語言 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'"
}