OculusAIO
OculusAIO
What is OculusAIO?
OculusAIO is a Chrome extension developed by tech, and its main feature is "OculusAIO".
Extension Screenshots
Download OculusAIO Extension CRX File
Download OculusAIO 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
This extension is used to create new tasks using oculusapis.com
Extension Basic Information
Name | |
ID | pgdlicgnpokpbbfoncocnfgbfnlnielj |
Official URL | https://chrome.google.com/webstore/detail/oculusaio/pgdlicgnpokpbbfoncocnfgbfnlnielj |
Description | OculusAIO |
File Size | 101 KB |
Installation Count | 67 |
Current Version | 1.0 |
Last Updated | 2019-09-05 |
Publish Date | 2019-09-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | tech |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OculusAIO", "description": "OculusAIO", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.4.1.min.js", "OculusAIO.js" ] } ], "background": { "scripts": [ "jquery-3.4.1.min.js" ] }, "permissions": [ "activeTab", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |