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 là gì?

Puncinator là một tiện ích mở rộng Chrome được phát triển bởi Chili Creative Solutions, và tính năng chính của nó là "Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Puncinator

Tải xuống các tệp mở rộng Puncinator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Puncinator Puncinator
ID lnkdhokcldefpagcodndlgpfglhkeeaf
URL Chính Thức https://chromewebstore.google.com/detail/puncinator/lnkdhokcldefpagcodndlgpfglhkeeaf
Mô tả Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
Kích Thước Tệp 556 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2016-07-06
Ngày Phát Hành 2016-07-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Chili Creative Solutions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}