Browser Pets
A pet for your browser!
What is Browser Pets?
Browser Pets is a Chrome extension developed by Browser Pet Icon, and its main feature is "A pet for your browser!".
Extension Screenshots
Download Browser Pets Extension CRX File
Download Browser Pets 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
A pet for your browser! Have a pet follow your cursor while you browse the web! v4.0 - 5/15/2020 -Added 3 pets -Redesigned pet selection layout and options -Reduced extension file size -Code cleaning and optimization v3.1 (11/4/2017) -Added friendly message when Pet cannot play on some sites -Reduced pet sizes -Dropdown bug fix v3.0 -Introducing multiple pets on screen. -2 new Pets -Improved performance -Improved drag and drop -Improved Gravity Mode. -Rewrote almost entire code v2.2 Update (May 24 2017) -Added secret pet. -Added Facebook Fan Page -Bug fixes Presidential update v2.1 -Added Donald Trump pet -Added Gabe The Dog pet (RIP) -Added Pezweon the fish -Updated design -Fixes lot of major bugs (including laser mode!) Update v1.3 -New pet Nyan the Cat. -Improved anti-gravity mode -Improved pet sprites Update v1.2 (4/8/2016) -New pet: Doge -Gravity mode added -Fixed laser mode. More responsive. -Optimized pet speeds. -Changed menu layout. -Code cleaning. Features: -Pet companion while you browse a website! Never feel lonely again. -Drag and drop pet -Customizable follow cursor interaction options. -Laser mode. -New: Anti-Gravity mode 2016 -Different pets to choose! (including Pusheen)
Extension Basic Information
Name | Browser Pets |
ID | mhgallfjacflgalnbpcpmnfibodgbdkc |
Official URL | https://chromewebstore.google.com/detail/browser-pets/mhgallfjacflgalnbpcpmnfibodgbdkc |
Description | A pet for your browser! |
File Size | 1.08 MB |
Installation Count | 47,471 |
Current Version | 4.01 |
Last Updated | 2022-05-25 |
Publish Date | 2020-05-17 |
Rating | 3.78/5 Total 225 Ratings |
Developer | Browser Pet Icon |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/browserPets |
Help Page URL | https://www.facebook.com/browserPets |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/patita.png", "default_popup": "background.html", "default_title": "Browser Pets" }, "description": "A pet for your browser!", "icons": { "128": "img\/patita.png", "16": "img\/patita.png", "48": "img\/patita.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsrWg1u34\/1QZBOr5GsDihozOhKsarwNeBH6NKFzD6C\/HyI0BG1REIALGzgNcCD7h5QAXtBOjpONp5DiHeS5VKdTL+49yKPdhquVtMLuLyn3s58dfCkkugFkD3\/0NDh0FrZCav89EykOupdKiPIS2uLIhQVlxeQrjPm5R44t1Se1CCGkIU604ewoRix8uZhejq9BW6YQN2\/LF1zU4D2PfoysuHybOhqmb2R+U5ndpjE2t9mdEfKRHI8Qas\/zH0IEKnCk13AztbwyiiY5ZVG\/1R2ex5rFBaX2tDGAYMaiMu1+oDZKIeu0VxjhvtmYhnT5dvOzKQAq4vuLYOlns7u2aiwIDAQAB", "manifest_version": 2, "name": "Browser Pets", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.01", "web_accessible_resources": [ "img\/*.png" ] } |