69 (Nice)

Changes 69 to 69(Nice), you know like the online joke

Wat is 69 (Nice)?

69 (Nice) is een Chrome-extensie ontwikkeld door Rob Clifford, en de belangrijkste functie is "Changes 69 to 69(Nice), you know like the online joke".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 69 (Nice)

Download 69 (Nice)-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

                        You get it? Because it's like the funny number and that's what you say in response                    

Basisinformatie over de Extensie

Naam 69 (Nice) 69 (Nice)
ID ekjmlbcoiklneoehliknaojhdmmhanik
Officiële URL https://chrome.google.com/webstore/detail/69-nice/ekjmlbcoiklneoehliknaojhdmmhanik
Beschrijving Changes 69 to 69(Nice), you know like the online joke
Bestandsgrootte 3.61 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-05
Publicatiedatum 2019-09-03
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Rob Clifford
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "69 (Nice)",
    "description": "Changes 69 to 69(Nice), you know like the online joke",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}