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 |
官方網址 | 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" ] } |