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."입니다.

확장 프로그램 스크린샷

screenshot

POV: Wattpad Y/N Replacer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}