Katamari Anything
Roll up any webpage
What is Katamari Anything?
Katamari Anything is a Chrome extension developed by Tyler Smith, and its main feature is "Roll up any webpage".
Extension Screenshots
Download Katamari Anything Extension CRX File
Download Katamari Anything 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
Get cracking on rolling up webpages. You owe Us your existence. Yes? Turn any webpage into a game of Katamari. Originally by http://kathack.com/
Extension Basic Information
Name | |
ID | ggjfoablenfkopjbdjeipgcjcocklhne |
Official URL | https://chromewebstore.google.com/detail/katamari-anything/ggjfoablenfkopjbdjeipgcjcocklhne |
Description | Roll up any webpage |
File Size | 569 KB |
Installation Count | 411 |
Current Version | 1.0 |
Last Updated | 2020-09-18 |
Publish Date | 2020-09-13 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Tyler Smith |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Katamari Anything", "description": "Roll up any webpage", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Roll it up" }, "web_accessible_resources": [ "katamari.mp3" ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 2 } |