POV: Wattpad Y/N Replacer
Automatically replace y/n and other abbreviations in Wattpad.
POV: Wattpad Y/N Replacerคืออะไร?
POV: Wattpad Y/N Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boba King และคุณลักษณะหลักของมันคือ "Automatically replace y/n and other abbreviations in Wattpad."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POV: Wattpad Y/N Replacer
ดาวน์โหลดไฟล์ส่วนขยาย POV: Wattpad Y/N Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
POV improves the Wattpad reading experience of second-person point of view stories by automatically replacing abbreviations like "y/n" with your real name. Immerse yourself in "reader x anything" stories by embedding your real name and attributes in the story!
POV is a prettier, faster, and more advanced InteractiveFics replacement for Wattpad. Unlike InteractiveFics, POV supports y/n and any other abbreviation, such as e/c, h/c, and c/n. You can also replace arbitrary words like "Charlie" with "Harry".
This extension is not affiliated with the Wattpad company in any way. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dmjhmlgaholcanppknhifhiaendojecm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm |
| คำอธิบาย | Automatically replace y/n and other abbreviations in Wattpad. |
| ขนาดไฟล์ | 41.66 KB |
| จำนวนการติดตั้ง | 12,914 |
| เวอร์ชันปัจจุบัน | 1.2.4 |
| อัปเดตครั้งล่าสุด | 2023-08-03 |
| วันที่เผยแพร่ | 2022-08-07 |
| คะแนน | 4.17/5 รวมทั้งหมด 35 คะแนน |
| ผู้พัฒนา | Boba King |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "POV: Wattpad Y\/N Replacer",
"description": "Automatically replace y\/n and other abbreviations in Wattpad.",
"version": "1.2.4",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.wattpad.com\/*"
],
"js": [
"inject.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.wattpad.com\/*"
],
"resources": [
"pov.html",
"tag.html"
]
}
],
"permissions": [
"storage"
],
"icons": {
"128": "icon.png"
}
} | |