Apk Downloader apktoVi.com
We help you download apk file in Google Play easily and fast
什么是Apk Downloader apktoVi.com?
Apk Downloader apktoVi.com是由tovicorp.com开发的Chrome扩展程序,该扩展的主要功能是“We help you download apk file in Google Play easily and fast”。
扩展截图
下载Apk Downloader apktoVi.com扩展crx文件
下载Apk Downloader apktoVi.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We help you download apk files in Google Play easily and fast
扩展基本信息
名称 | |
ID | oladppopamjffpaodbmgfknmmpbppfoj |
官方URL | https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj |
简介 | We help you download apk file in Google Play easily and fast |
文件大小 | 49.97 KB |
安装次数 | 656 |
当前版本 | 1.0.0 |
更新时间 | 2019-12-16 |
上架时间 | 2019-12-16 |
评分 | 3.00/5 共2次评分 |
开发者 | tovicorp.com |
付费类型 | free |
扩展官网 | https://apktovi.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apk Downloader apktoVi.com", "short_name": "Apk Downloader apktoVi.com", "version": "1.0.0", "description": "We help you download apk file in Google Play easily and fast", "minimum_chrome_version": "16.0.884", "background": { "scripts": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "browser_action": { "browser_style": false, "default_title": "Apk Downloader apktoVi.com" }, "author": "Trigvent", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "*:\/\/play.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/play.google.com\/*" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/content-script.js" ] } ], "web_accessible_resources": [ "\/assets\/css\/content-script.css" ] } |