Apk Downloader apktoVi.com
We help you download apk file in Google Play easily and fast
Was ist Apk Downloader apktoVi.com?
Apk Downloader apktoVi.com ist eine Chrome-Erweiterung, die von tovicorp.com entwickelt wurde, und ihr Hauptmerkmal ist "We help you download apk file in Google Play easily and fast".
Erweiterungsscreenshots
Apk Downloader apktoVi.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie Apk Downloader apktoVi.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
We help you download apk files in Google Play easily and fast
Grundlegende Informationen zur Erweiterung
Name | |
ID | oladppopamjffpaodbmgfknmmpbppfoj |
Offizielle URL | https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj |
Beschreibung | We help you download apk file in Google Play easily and fast |
Dateigröße | 49.97 KB |
Installationsanzahl | 656 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-12-16 |
Veröffentlichungsdatum | 2019-12-16 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | tovicorp.com |
Zahlungsart | free |
Erweiterungswebsite | https://apktovi.com |
Unterstützte Sprachen | 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" ] } |