Tagpro Rotating Balls
See TagPro Balls rotate in 2D according to their angular velocity.
What is Tagpro Rotating Balls?
Tagpro Rotating Balls is a Chrome extension developed by NewCompte, and its main feature is "See TagPro Balls rotate in 2D according to their angular velocity.".
Extension Screenshots
Download Tagpro Rotating Balls Extension CRX File
Download Tagpro Rotating Balls 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
See TagPro Balls rotate in 2D according to their angular velocity.
Extension Basic Information
Name | ![]() |
ID | achkheldcaakbiipfgcabbiighapobbk |
Official URL | https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk |
Description | See TagPro Balls rotate in 2D according to their angular velocity. |
File Size | 11.01 KB |
Installation Count | 19 |
Current Version | 0.0.1 |
Last Updated | 2014-06-12 |
Publish Date | 2014-06-12 |
Rating | 3.67/5 Total 6 Ratings |
Developer | NewCompte |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tagpro Rotating Balls", "description": "See TagPro Balls rotate in 2D according to their angular velocity.", "version": "0.0.1", "manifest_version": 2, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.koalabeast.com\/*", "http:\/\/*.jukejuice.com\/*", "http:\/\/*.newcompte.fr\/*" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "js\/rotation.js" ] } |