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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chili Creative Solutions, και η κύρια λειτουργία του είναι "Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Puncinator

Λήψη αρχείων επέκτασης Puncinator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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