Puncinator

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

Co je Puncinator?

Puncinator je rozšíření Chrome vyvinuté Chili Creative Solutions, a jeho hlavní funkcí je „Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Puncinator

Stáhněte si soubory rozšíření Puncinator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Puncinator Puncinator
ID lnkdhokcldefpagcodndlgpfglhkeeaf
Oficiální URL https://chromewebstore.google.com/detail/puncinator/lnkdhokcldefpagcodndlgpfglhkeeaf
Popis Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
Velikost souboru 556 KB
Počet instalací 24
Aktuální Verze 1.4
Poslední Aktualizace 2016-07-06
Datum Vydání 2016-07-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Chili Creative Solutions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}