PrimeSkipper
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
PrimeSkipper क्या है?
PrimeSkipper James Still द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PrimeSkipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon Prime Video domain and enjoy the freedom to binge watch (without effort) using PrimeSkipper's skipping mechanism of both intros and ads. ----PrimeSkipper v1.1---- > It now works on international domains, enjoy PrimeSkipper whichever your country! > Upgraded targeting mechanism of the skip buttons.
एक्सटेंशन की मूल जानकारी
नाम | PrimeSkipper |
ID | dlhbjflbmicohepmpdldhkkgckhpeofc |
आधिकारिक URL | https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc |
विवरण | The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon… |
फ़ाइल का आकार | 117 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-02-23 |
प्रकाशन तिथि | 2021-01-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | James Still |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrimeSkipper", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.ae\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "PrimeSkipper" }, "icons": { "128": "128.png" } } |