BetterPrime
A extension to make your Amazon Prime Video experience better
BetterPrime क्या है?
BetterPrime Cosmos Softwares द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A extension to make your Amazon Prime Video experience better"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterPrime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |