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" ] } |