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.".

Снимки экрана расширения

screenshot

Скачать файл 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.                    

Основная информация о расширении

Название POV: Wattpad Y/N Replacer 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"
    }
}