Katamari Anything
Roll up any webpage
Qu'est-ce que Katamari Anything ?
Katamari Anything est une extension Chrome développée par Tyler Smith, et sa fonction principale est "Roll up any webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Katamari Anything
Téléchargez les fichiers d'extension Katamari Anything au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | ggjfoablenfkopjbdjeipgcjcocklhne |
URL Officiel | https://chromewebstore.google.com/detail/katamari-anything/ggjfoablenfkopjbdjeipgcjcocklhne |
Description | Roll up any webpage |
Taille du Fichier | 569 KB |
Nombre d'Installations | 411 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-09-18 |
Date de Publication | 2020-09-13 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Tyler Smith |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |