Puncinator

Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?

Puncinator란 무엇입니까?

Puncinator은(는) Chili Creative Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?"입니다.

확장 프로그램 스크린샷

screenshot

Puncinator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
Then try this out:
Puncinator                    

확장 프로그램 기본 정보

이름 Puncinator Puncinator
ID lnkdhokcldefpagcodndlgpfglhkeeaf
공식 URL https://chromewebstore.google.com/detail/puncinator/lnkdhokcldefpagcodndlgpfglhkeeaf
설명 Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
파일 크기 556 KB
설치 횟수 24
현재 버전 1.4
최근 업데이트 2016-07-06
출시 날짜 2016-07-06
평점 5.00/5 총 1 개의 평점
개발자 Chili Creative Solutions
이메일 [email protected]
결제 유형 free
지원되는 언어 en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.4",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/bootstrap.js",
                "js\/libs\/jquery.js",
                "js\/libs\/jquery.highlight.js",
                "js\/libs\/jquery.observe.js",
                "js\/libs\/jquery.replacetext.js",
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/bootstrap.js",
            "index.js"
        ]
    },
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "images\/icon-32.png",
        "css": [
            "css\/menuPanel.css"
        ],
        "default_popup": "menuPanel.html"
    },
    "options_ui": {
        "page": "settingsPanel.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "icons": {
        "128": "images\/icon-128.png",
        "64": "images\/icon-64.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png"
    },
    "default_locale": "en"
}