[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-81067":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":14,"stars30d":14,"stars90d":13,"forks30d":13,"starsTrendScore":13,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":13,"starSnapshotCount":13,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},81067,"PixelCat","KINGS-MZ\u002FPixelCat","KINGS-MZ","A playful pixel cat browser extension for YouTube with animations, coins, fish, quests, achievements, and unlockable skills.",null,"JavaScript",45,4,0,1,2.1,"MIT License",false,"main",true,[],"2026-06-12 02:04:10","\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fi.ibb.co\u002FDHtcMPT9\u002Fbanners.png\" alt=\"PixelCat\" width=\"100%\" \u002F>\n\u003C\u002Fp>\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-blue?style=for-the-badge\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FFirefox-supported-orange?style=for-the-badge&logo=firefox-browser&logoColor=white\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FChrome%20-Supported-4285F4?style=for-the-badge&logo=googlechrome&logoColor=white\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FStatus-Active-brightgreen?style=for-the-badge\"\u002F>\n\u003C\u002Fp>\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fko-fi.com\u002Fpixelcats\" target=\"_blank\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FSupport%20Me-Ko--fi-7B5EA7?style=for-the-badge&logo=ko-fi&logoColor=white&labelColor=5A3E8A\"\u002F>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\u003Cbr\u002F>\n\n> 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.\n\n\u003Cbr\u002F>\n\n## ❯ `features.ts`\n```ts\nconst PixelCat = {\n  animations: [\"idle\", \"walk\", \"run\", \"jump\", \"sleep\", \"sit\", \"attack\"],\n  collectibles: [\"coins\", \"fish\", \"balls\"],\n  enemies: [\"spiders\"],\n  extras: [\"portals\", \"quests\", \"achievements\", \"shop\", \"stats\"],\n  skins: [\"white\", \"orange\", \"rainbow\"],\n  languages: [\"English\", \"French\", \"Arabic\"],\n  privacy: \"local-only\"\n};\n```\n\u003Cbr\u002F>\n\n## ❯ `skill_unlocks`\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLevel%202-Speech%20%26%20Balls-ff9a3c?style=for-the-badge&labelColor=1a1a1a\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLevel%203-Rainbow%20Skin%20%26%20Spiders-e05252?style=for-the-badge&labelColor=1a1a1a\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLevel%204-Size%20Control-4ecbff?style=for-the-badge&labelColor=1a1a1a\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLevel%205-Companion-0075ca?style=for-the-badge&labelColor=1a1a1a\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLevel%206-Mischief-ff69b4?style=for-the-badge&labelColor=1a1a1a\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLevel%207-Portals-8A2BE2?style=for-the-badge&labelColor=1a1a1a\"\u002F>\n\u003C\u002Fp>\n\n## ❯ `privacy`\n```ts\nconst Privacy = {\n  tracking: false,\n  analytics: false,\n  telemetry: false,\n  remoteCode: false,\n  networkRequests: false,\n  accountRequired: false,\n  serverRequired: false,\n  storage: \"browser.storage.local\"\n};\n```\n\u003Cbr\u002F>\n\n## ❯ `install_developer_mode`\n```bash\nFirefox:\n1. Go to about:debugging → This Firefox\n2. Click \"Load Temporary Add-on\"\n3. Select manifest.json from the Firefox build\n\nChrome:\n1. Go to chrome:\u002F\u002Fextensions\n2. Enable Developer mode\n3. Click \"Load unpacked\"\n4. Select the extracted Chrome MV3 build folder\n```\n\u003Cbr\u002F>\n\n## ❯ `changelog_2.5.6`\n```ts\nconst Version_2_5_6 = {\n  added: [\"Google support\", \"Google quests\", \"Fox companion\", \"Fox skins\", \"Right-click menu\"],\n  fixed: [\"progress reset\", \"XP saving\", \"Eco Mode restore\", \"bubble\u002Fmenu issues\", \"Google movement\"],\n  improved: [\"popup performance\", \"badge size\", \"quest scaling\", \"fox behavior\", \"local progress safety\"],\n  permissions: [\"added \u003Call_urls> for gradual multi-site support\"]\n};\n```\n\u003Cbr\u002F>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fi.ibb.co\u002FZpY2kxtH\u002FMyname.png\" alt=\"Made by IMAD EL KHAIDER\" width=\"100%\" \u002F>\n\u003C\u002Fp>\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAuthor-IMAD%20EL%20KHAIDER-blueviolet?style=for-the-badge\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FVersion-2.5.6-blue?style=for-the-badge\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FStatus-Active-brightgreen?style=for-the-badge\"\u002F>\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-lightgrey?style=for-the-badge\"\u002F>\n\u003C\u002Fp>\n","PixelCat 是一个为 YouTube 设计的像素风格猫咪浏览器扩展，集成了动画、金币、鱼、任务、成就和可解锁技能等元素。它使用 JavaScript 开发，支持 Firefox 和 Chrome 浏览器，并且所有数据都在本地处理，确保用户隐私安全。该插件不仅提供丰富的互动体验，如收集物品、完成任务和挑战成就，还拥有多种皮肤选择以及逐步解锁的新功能，适合喜欢个性化浏览体验并希望在观看视频时增添趣味性的用户。此外，由于其完全本地化的特性，对于注重个人数据保护的用户来说尤为合适。",2,"2026-06-11 04:03:24","CREATED_QUERY"]