POV: Wattpad Y/N Replacer
Automatically replace y/n and other abbreviations in Wattpad.
什么是POV: Wattpad Y/N Replacer?
POV: Wattpad Y/N Replacer是由Boba King开发的Chrome扩展程序,该扩展的主要功能是“Automatically replace y/n and other abbreviations in Wattpad.”。
扩展截图
下载POV: Wattpad Y/N Replacer扩展crx文件
下载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.
扩展基本信息
名称 | POV: Wattpad Y/N Replacer |
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" } } |