Player.me custom filter
Apply custom word/phrase filters to player.me
Player.me custom filter là gì?
Player.me custom filter là một tiện ích mở rộng Chrome được phát triển bởi captain.zazz, và tính năng chính của nó là "Apply custom word/phrase filters to player.me".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Player.me custom filter
Tải xuống các tệp mở rộng Player.me custom filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is still in beta, so any feedback is appreciated. Contact Zazz over at player.me for support. https://player.me/zazz/about
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Player.me custom filter |
ID | cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
URL Chính Thức | https://chromewebstore.google.com/detail/playerme-custom-filter/cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
Mô tả | Apply custom word/phrase filters to player.me |
Kích Thước Tệp | 24.52 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | Beta 0.9.4 |
Cập Nhật Lần Cuối | 2018-06-03 |
Ngày Phát Hành | 2018-06-03 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | captain.zazz |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://player.me/zazz/about |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |