69 (Nice)
Changes 69 to 69(Nice), you know like the online joke
What is 69 (Nice)?
69 (Nice) is a Chrome extension developed by Rob Clifford, and its main feature is "Changes 69 to 69(Nice), you know like the online joke".
Extension Screenshots
Download 69 (Nice) Extension CRX File
Download 69 (Nice) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You get it? Because it's like the funny number and that's what you say in response
Extension Basic Information
Name | |
ID | ekjmlbcoiklneoehliknaojhdmmhanik |
Official URL | https://chrome.google.com/webstore/detail/69-nice/ekjmlbcoiklneoehliknaojhdmmhanik |
Description | Changes 69 to 69(Nice), you know like the online joke |
File Size | 3.61 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2019-09-05 |
Publish Date | 2019-09-03 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Rob Clifford |
Payment Type | free |
Supported Languages | 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" } ] } |