Youtube™ YES!
STOP ASKING! I'm here!
What is Youtube™ YES!?
Youtube™ YES! is a Chrome extension developed by katopz, and its main feature is "STOP ASKING! I'm here!".
Extension Screenshots
Download Youtube™ YES! Extension CRX File
Download Youtube™ YES! 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
YOUTUBE STOP ASKING! I'm here! It's working on my machine, but if is not on yours... be a man and start coding!
Extension Basic Information
Name | Youtube™ YES! |
ID | blfiejjphamjahkpopflmmcidekiiele |
Official URL | https://chromewebstore.google.com/detail/youtube-yes/blfiejjphamjahkpopflmmcidekiiele |
Description | STOP ASKING! I'm here! |
File Size | 9.08 KB |
Installation Count | 180 |
Current Version | 1.1 |
Last Updated | 2020-08-03 |
Publish Date | 2019-10-30 |
Rating | 4.50/5 Total 4 Ratings |
Developer | katopz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube\u2122 YES!", "version": "1.1", "description": "STOP ASKING! I'm here!", "icons": { "128": "duck-128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ], "manifest_version": 2 } |