Browser Ghost
Invite a ghost to haunt your browser
What is Browser Ghost?
Browser Ghost is a Chrome extension developed by mrodigheri, and its main feature is "Invite a ghost to haunt your browser".
Extension Screenshots
Download Browser Ghost Extension CRX File
Download Browser Ghost 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
Bring a friendly ghost to your browser for sporadic, brief moments. You never know when or where he'll pop up! He's here and then he's gone...
Extension Basic Information
Name | Browser Ghost |
ID | pgkfdknjaidahdoiodilffcnafbfffjo |
Official URL | https://chromewebstore.google.com/detail/browser-ghost/pgkfdknjaidahdoiodilffcnafbfffjo |
Description | Invite a ghost to haunt your browser |
File Size | 450 KB |
Installation Count | 10,163 |
Current Version | 1.2.2 |
Last Updated | 2018-11-12 |
Publish Date | 2018-11-11 |
Rating | 3.00/5 Total 22 Ratings |
Developer | mrodigheri |
Payment Type | free |
Extension Website | http://www.mattrodigheri.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser Ghost", "version": "1.2.2", "manifest_version": 2, "description": "Invite a ghost to haunt your browser", "homepage_url": "http:\/\/www.mattrodigheri.com", "icons": { "16": "ghost16.png", "48": "ghost48.png", "128": "ghost.png" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |