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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |