playauto_chrome_extension
PLAYAUTO CHROME EXTENSION
What is playauto_chrome_extension?
playauto_chrome_extension is a Chrome extension developed by http://www.playauto.co.kr, and its main feature is "PLAYAUTO CHROME EXTENSION".
Extension Screenshots
Download playauto_chrome_extension Extension CRX File
Download playauto_chrome_extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Chrome Browser Extension for PLAYAUTO SOLUTIONS. features. - AddOn Website Auto-Login - Managing Playauto 2.0's external service. Are you using playauto 2.0? You have to install this extenstion for unlocking all features. Thank you.
Extension Basic Information
Name | |
ID | hdanmfijddamndfaabibmcafmnhhmebi |
Official URL | https://chrome.google.com/webstore/detail/hdanmfijddamndfaabibmcafmnhhmebi |
Description | PLAYAUTO CHROME EXTENSION |
File Size | 61.39 KB |
Installation Count | 19,105 |
Current Version | 0.1.21 |
Last Updated | 2020-12-08 |
Publish Date | 2020-06-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://www.playauto.co.kr |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.plto.com/policy/Policy?tabIndex=2 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.21", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/lvh.me:*\/*", "*:\/\/*.hirogete.com\/*", "*:\/\/*.amazonaws.com\/*", "*:\/\/*.playauto.io\/*", "*:\/\/*.playauto.co.kr\/*", "*:\/\/*.playapi.io\/*", "*:\/\/*.playauto.org\/*", "*:\/\/*.yolowa.io\/*" ] }, "web_accessible_resources": [ "manifest.json" ] } |