The Octa Domain Checker
The Octa Domain Checker
What is The Octa Domain Checker?
The Octa Domain Checker is a Chrome extension developed by https://octafx.com, and its main feature is "The Octa Domain Checker".
Extension Screenshots
Download The Octa Domain Checker Extension CRX File
Download The Octa Domain Checker 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 shows up-to-date domain addresses of all language versions used by the Octa Markets Incorpoarted services.
Extension Basic Information
Name | |
ID | omjmoplhjiaimmadindicfbnhoejbpka |
Official URL | https://chromewebstore.google.com/detail/the-octa-domain-checker/omjmoplhjiaimmadindicfbnhoejbpka |
Description | The Octa Domain Checker |
File Size | 130 KB |
Installation Count | 1,889 |
Current Version | 1.0.18 |
Last Updated | 2023-12-12 |
Publish Date | 2020-01-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://octafx.com |
[email protected] | |
Payment Type | free |
Supported Languages | id,ms,de,en,vi,tr,es,pt-BR,pt-PT,hi,bn,th,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.18", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "*:\/\/localhost\/*", "*:\/\/*\/domains-actualizer\/*", "*:\/\/ip-api.com\/json\/*", "alarms", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "assets\/icons\/octa-16x16.png", "32": "assets\/icons\/octa-32x32.png", "48": "assets\/icons\/octa-48x48.png", "128": "assets\/icons\/octa-128x128.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/octa-16x16.png", "32": "assets\/icons\/octa-32x32.png", "48": "assets\/icons\/octa-48x48.png", "128": "assets\/icons\/octa-128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/user-hits.octaglobal.com\/client.min.js; script-src-elem 'self' https:\/\/user-hits.octaglobal.com\/client.min.js; object-src 'self'" } |