Polytown
A different scene from 3D World when you open a new browser tab.
What is Polytown?
Polytown is a Chrome extension developed by https://www.jadinteractive.com, and its main feature is "A different scene from 3D World when you open a new browser tab.".
Extension Screenshots
Download Polytown Extension CRX File
Download Polytown 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
A different scene from 3D World when you open a new browser tab.
Extension Basic Information
Name | Polytown |
ID | gpfklcpagnddkjbgaenifjhadpmgieeg |
Official URL | https://chromewebstore.google.com/detail/polytown/gpfklcpagnddkjbgaenifjhadpmgieeg |
Description | A different scene from 3D World when you open a new browser tab. |
File Size | 46.69 MB |
Installation Count | 21 |
Current Version | 0.0.34 |
Last Updated | 2023-08-21 |
Publish Date | 2020-09-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.jadinteractive.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.behance.net/jadmintun |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polytown", "short_name": "Polytown", "version": "0.0.34", "manifest_version": 2, "browser_action": { "default_title": "Polytown", "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newpage.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |