Play Open Beta Finder
Finds if the Google Play app has open beta testing
Play Open Beta Finder क्या है?
Play Open Beta Finder Pirate Captain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds if the Google Play app has open beta testing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Play Open Beta Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Checks if app has open beta testing enabled and helps you join the beta. Current limitations: May currently only work if your account language is set to English.
एक्सटेंशन की मूल जानकारी
नाम | Play Open Beta Finder |
ID | kekjlppeakkghncgobcelpmghgoomeod |
आधिकारिक URL | https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod |
विवरण | Finds if the Google Play app has open beta testing |
फ़ाइल का आकार | 3.91 KB |
स्थापना संख्या | 762 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-06-07 |
प्रकाशन तिथि | 2016-06-07 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Pirate Captain |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play Open Beta Finder", "description": "Finds if the Google Play app has open beta testing", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/*" ], "js": [ "extension.js" ] } ], "web_accessible_resources": [ "page.js" ], "permissions": [ "tabs", "https:\/\/play.google.com\/*" ] } |