POV: Wattpad Y/N Replacer
Automatically replace y/n and other abbreviations in Wattpad.
O que é POV: Wattpad Y/N Replacer?
POV: Wattpad Y/N Replacer é uma extensão do Chrome desenvolvida por Boba King, e sua principal característica é "Automatically replace y/n and other abbreviations in Wattpad.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão POV: Wattpad Y/N Replacer
Baixe arquivos de extensão POV: Wattpad Y/N Replacer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | POV: Wattpad Y/N Replacer |
ID | dmjhmlgaholcanppknhifhiaendojecm |
URL Oficial | https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm |
Descrição | Automatically replace y/n and other abbreviations in Wattpad. |
Tamanho do Arquivo | 41.66 KB |
Contagem de Instalações | 12,914 |
Versão Atual | 1.2.4 |
Última Atualização | 2023-08-03 |
Data de Publicação | 2022-08-07 |
Classificação | 4.17/5 Total de 35 Avaliações |
Desenvolvedor | Boba King |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |