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
公式URL 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
Eメール [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'"
}