Player.me custom filter
Apply custom word/phrase filters to player.me
What is Player.me custom filter?
Player.me custom filter is a Chrome extension developed by captain.zazz, and its main feature is "Apply custom word/phrase filters to player.me".
Extension Screenshots
Download Player.me custom filter Extension CRX File
Download Player.me custom filter 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
This is still in beta, so any feedback is appreciated. Contact Zazz over at player.me for support. https://player.me/zazz/about
Extension Basic Information
Name | Player.me custom filter |
ID | cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
Official URL | https://chromewebstore.google.com/detail/playerme-custom-filter/cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
Description | Apply custom word/phrase filters to player.me |
File Size | 24.52 KB |
Installation Count | 13 |
Current Version | Beta 0.9.4 |
Last Updated | 2018-06-03 |
Publish Date | 2018-06-03 |
Rating | 4.67/5 Total 6 Ratings |
Developer | captain.zazz |
Payment Type | free |
Help Page URL | https://player.me/zazz/about |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version_name": "Beta 0.9.4", "version": "0.9.4", "name": "Player.me custom filter", "description": "Apply custom word\/phrase filters to player.me", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "author": "Zazz", "homepage_url": "https:\/\/player.me\/zazz\/about", "manifest_version": 2, "externally_connectable": { "matches": [ "https:\/\/player.me\/*", "https:\/\/*.player.me\/*" ] }, "web_accessible_resources": [ "beta_site\/context\/injected\/*", "context\/injected\/*", "options\/*" ], "content_scripts": [ { "matches": [ "https:\/\/player.me\/*" ], "css": [ "beta_site\/context\/settings.css" ], "js": [ "beta_site\/context\/context.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background\/eventPage.js" ], "persistent": false }, "permissions": [ "https:\/\/player.me\/*", "storage" ] } |