Skip to content

KINGS-MZ/PixelCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelCat


A pixel-art pet companion for YouTube and Google, with cats, foxes, animations, collectibles, bubbles, quests, and a full progression system. More supported websites may be added over time. Everything runs locally. Nothing leaves your browser.


features.ts

const PixelCat = {
  animations: ["idle", "walk", "run", "jump", "sleep", "sit", "attack"],
  collectibles: ["coins", "fish", "balls"],
  enemies: ["spiders"],
  extras: ["portals", "quests", "achievements", "shop", "stats"],
  skins: ["white", "orange", "rainbow"],
  languages: ["English", "French", "Arabic"],
  privacy: "local-only"
};

skill_unlocks

privacy

const Privacy = {
  tracking: false,
  analytics: false,
  telemetry: false,
  remoteCode: false,
  networkRequests: false,
  accountRequired: false,
  serverRequired: false,
  storage: "browser.storage.local"
};

install_developer_mode

Firefox:
1. Go to about:debugging → This Firefox
2. Click "Load Temporary Add-on"
3. Select manifest.json from the Firefox build

Chrome:
1. Go to chrome://extensions
2. Enable Developer mode
3. Click "Load unpacked"
4. Select the extracted Chrome MV3 build folder

changelog_2.5.6

const Version_2_5_6 = {
  added: ["Google support", "Google quests", "Fox companion", "Fox skins", "Right-click menu"],
  fixed: ["progress reset", "XP saving", "Eco Mode restore", "bubble/menu issues", "Google movement"],
  improved: ["popup performance", "badge size", "quest scaling", "fox behavior", "local progress safety"],
  permissions: ["added <all_urls> for gradual multi-site support"]
};

Made by IMAD EL KHAIDER

About

A playful pixel cat browser extension for YouTube with animations, coins, fish, quests, achievements, and unlockable skills.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors