POV: Wattpad Y/N Replacer
Automatically replace y/n and other abbreviations in Wattpad.
Vad är POV: Wattpad Y/N Replacer?
POV: Wattpad Y/N Replacer är en Chrome-tillägg utvecklad av Boba King, och dess huvudfunktion är "Automatically replace y/n and other abbreviations in Wattpad.".
Tilläggsskärmbilder
Ladda ner POV: Wattpad Y/N Replacer-förlängningens CRX-fil
Ladda ner POV: Wattpad Y/N Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dmjhmlgaholcanppknhifhiaendojecm |
| Officiell webbadress | https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm |
| Beskrivning | Automatically replace y/n and other abbreviations in Wattpad. |
| Filstorlek | 41.66 KB |
| Antal Installationer | 12,914 |
| Aktuell Version | 1.2.4 |
| Senast Uppdaterad | 2023-08-03 |
| Publiceringsdatum | 2022-08-07 |
| Betyg | 4.17/5 Totalt 35 Betyg |
| Utvecklare | Boba King |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |