BetterPrime
A extension to make your Amazon Prime Video experience better
Что такое BetterPrime?
BetterPrime - это расширение Chrome, разработанное Cosmos Softwares, и его основная функция - "A extension to make your Amazon Prime Video experience better".
Снимки экрана расширения
Скачать файл CRX расширения BetterPrime
Скачайте файлы расширений 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 |
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 |
Электронная почта | [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'" } |