Player.me custom filter
Apply custom word/phrase filters to player.me
Player.me custom filterคืออะไร?
Player.me custom filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย captain.zazz และคุณลักษณะหลักของมันคือ "Apply custom word/phrase filters to player.me"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Player.me custom filter
ดาวน์โหลดไฟล์ส่วนขยาย Player.me custom filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is still in beta, so any feedback is appreciated. Contact Zazz over at player.me for support. https://player.me/zazz/about
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Player.me custom filter |
ID | cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/playerme-custom-filter/cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
คำอธิบาย | Apply custom word/phrase filters to player.me |
ขนาดไฟล์ | 24.52 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | Beta 0.9.4 |
อัปเดตครั้งล่าสุด | 2018-06-03 |
วันที่เผยแพร่ | 2018-06-03 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | captain.zazz |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://player.me/zazz/about |
ภาษาที่รองรับ | 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" ] } |