Browser Pets

A pet for your browser!

Co to jest Browser Pets?

Browser Pets to rozszerzenie Chrome opracowane przez Browser Pet Icon, a jego główną funkcją jest „A pet for your browser!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Browser Pets

Pobierz pliki rozszerzeń Browser Pets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Browser Pets Browser Pets
ID mhgallfjacflgalnbpcpmnfibodgbdkc
Oficjalny URL https://chromewebstore.google.com/detail/browser-pets/mhgallfjacflgalnbpcpmnfibodgbdkc
Opis A pet for your browser!
Rozmiar pliku 1.08 MB
Liczba instalacji 47,471
Aktualna Wersja 4.01
Ostatnia Aktualizacja 2022-05-25
Data Publikacji 2020-05-17
Ocena 3.78/5 Łącznie 225 Oceny
Deweloper Browser Pet Icon
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.facebook.com/browserPets
Adres URL Strony Pomocy https://www.facebook.com/browserPets
Obsługiwane Języki 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"
    ]
}