Extension for Appsleak.com service
Help discover applications statistics from App Store and Google Play Market.
What is Extension for Appsleak.com service?
Extension for Appsleak.com service is a Chrome extension developed by Appsleak, and its main feature is "Help discover applications statistics from App Store and Google Play Market.".
Extension Screenshots
Download Extension for Appsleak.com service Extension CRX File
Download Extension for Appsleak.com service extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Help discover applications statistics from App Store and Google Play Market.
Extension Basic Information
Name | |
ID | dmchogjbmnloleelefbimncdlhggnabh |
Official URL | https://chrome.google.com/webstore/detail/extension-for-appsleakcom/dmchogjbmnloleelefbimncdlhggnabh |
Description | Help discover applications statistics from App Store and Google Play Market. |
File Size | 29.59 KB |
Installation Count | 290 |
Current Version | 12.0.0 |
Last Updated | 2013-05-09 |
Publish Date | 2013-05-09 |
Rating | 4.29/5 Total 7 Ratings |
Developer | Appsleak |
Payment Type | free |
Extension Website | http://appsleak.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension for Appsleak.com service", "version": "12.0.0", "manifest_version": 2, "description": "Help discover applications statistics from App Store and Google Play Market.", "permissions": [ "https:\/\/play.google.com\/*" ], "icons": { "48": "settings-48.png", "128": "settings-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/appsleak.com\/*", "http:\/\/www.appsleak.com\/*" ], "js": [ "contentscript.js" ] } ] } |