Apk Downloader apktoVi.com
We help you download apk file in Google Play easily and fast
Wat is Apk Downloader apktoVi.com?
Apk Downloader apktoVi.com is een Chrome-extensie ontwikkeld door tovicorp.com, en de belangrijkste functie is "We help you download apk file in Google Play easily and fast".
Extensie Screenshots
Download het CRX-bestand van de extensie Apk Downloader apktoVi.com
Download Apk Downloader apktoVi.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
We help you download apk files in Google Play easily and fast
Basisinformatie over de Extensie
Naam | |
ID | oladppopamjffpaodbmgfknmmpbppfoj |
Officiële URL | https://chrome.google.com/webstore/detail/apk-downloader-apktovicom/oladppopamjffpaodbmgfknmmpbppfoj |
Beschrijving | We help you download apk file in Google Play easily and fast |
Bestandsgrootte | 49.97 KB |
Aantal Installaties | 656 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-12-16 |
Publicatiedatum | 2019-12-16 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | tovicorp.com |
Betalingswijze | free |
Extensiewebsite | https://apktovi.com |
Ondersteunde Talen | 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" ] } |