Profile of Dogs
Reduce your implicit bias while browsing LinkedIn.
What is Profile of Dogs?
Profile of Dogs is a Chrome extension developed by Aaron Weyenberg, and its main feature is "Reduce your implicit bias while browsing LinkedIn.".
Extension Screenshots
Download Profile of Dogs Extension CRX File
Download Profile of Dogs 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
Profile of Dogs replaces LinkedIn profile images with dogs. Great for screening candidates, hiring managers, or anyone* wanting to reduce how people's appearance subconsciously influences the evaluation process. *Even if you don't like dogs (!?), Profile of Dogs can still limit your bias since you'll dislike everyone's profile image equally.
Extension Basic Information
Name | Profile of Dogs |
ID | ohogaiokmklelonikonlifjgophefaaa |
Official URL | https://chromewebstore.google.com/detail/profile-of-dogs/ohogaiokmklelonikonlifjgophefaaa |
Description | Reduce your implicit bias while browsing LinkedIn. |
File Size | 9.3 KB |
Installation Count | 172 |
Current Version | 1.01 |
Last Updated | 2019-01-21 |
Publish Date | 2019-01-21 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Aaron Weyenberg |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Profile of Dogs", "version": "1.01", "description": "Reduce your implicit bias while browsing LinkedIn.", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.linkedin.com\/*", "https:\/\/media.licdn.com\/*", "storage" ], "background": { "scripts": [ "redirectImages.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "Profile of Dogs: Click to toggle on\/off", "default_icon": { "128": "images\/icon-128.png" } }, "manifest_version": 2 } |