Puncinator
Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
Wat is Puncinator?
Puncinator is een Chrome-extensie ontwikkeld door Chili Creative Solutions, en de belangrijkste functie is "Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?".
Extensie Screenshots
Download het CRX-bestand van de extensie Puncinator
Download Puncinator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lnkdhokcldefpagcodndlgpfglhkeeaf |
| Officiële URL | https://chromewebstore.google.com/detail/puncinator/lnkdhokcldefpagcodndlgpfglhkeeaf |
| Beschrijving | Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms? |
| Bestandsgrootte | 556 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2016-07-06 |
| Publicatiedatum | 2016-07-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Chili Creative Solutions |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |