BrowserPet
Description
What is BrowserPet?
BrowserPet is a Chrome extension developed by Danial Nickford, and its main feature is "Description".
Extension Screenshots
Download BrowserPet Extension CRX File
Download BrowserPet 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
BETA eSheep Can you remember this application from the 90's? This nice sheep covered our desktops for years :D It has since been re written for the web! You can choose from many small animated friends to run around in your browser windows. GitHub: https://github.com/Adrianotiger/desktopPet Website: http://esheep.petrucci.ch/
Extension Basic Information
Name | |
ID | bjaffbhhllbbdglgopkfkfdgegldjmoh |
Official URL | https://chrome.google.com/webstore/detail/browserpet/bjaffbhhllbbdglgopkfkfdgegldjmoh |
Description | Description |
File Size | 31.45 KB |
Installation Count | 130 |
Current Version | 0.1.2 |
Last Updated | 2019-02-12 |
Publish Date | 2019-02-12 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Danial Nickford |
[email protected] | |
Payment Type | free |
Extension Website | http://esheep.petrucci.ch/ |
Help Page URL | https://github.com/Adrianotiger/desktopPet |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "DesktopPet.js", "index.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [], "description": "Description", "manifest_version": 2, "name": "BrowserPet", "permissions": [ "activeTab", "http:\/\/esheep.petrucci.ch\/", "https:\/\/esheep.redsparr0w.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2" } |