UwU2Stinky
Pretty self explanatory id say.
What is UwU2Stinky?
UwU2Stinky is a Chrome extension developed by Phun, and its main feature is "Pretty self explanatory id say.".
Download UwU2Stinky Extension CRX File
Download UwU2Stinky 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
Pretty RAD DUDE
Extension Basic Information
Name | |
ID | odcliboecnmijfnlipfdokkmkjooijlb |
Official URL | https://chrome.google.com/webstore/detail/uwu2stinky/odcliboecnmijfnlipfdokkmkjooijlb |
Description | Pretty self explanatory id say. |
File Size | 3.5 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2018-06-10 |
Publish Date | 2018-06-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Phun |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UwU2Stinky", "description": "Pretty self explanatory id say.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |