Better Youtube™ Experience
Better Youtube™ Experience
What is Better Youtube™ Experience?
Better Youtube™ Experience is a Chrome extension developed by http://etaylib.com, and its main feature is "Better Youtube™ Experience".
Extension Screenshots
Download Better Youtube™ Experience Extension CRX File
Download Better Youtube™ Experience 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
Creating better Youtube™ experience. Current Features: *Skip videos by artist or song name when using "AUTOPLAY". Release Log: 0.0.2: *Bug Fixes. 0.0.1: *Skip videos by artist or song name when using "AUTPLAY"
Extension Basic Information
Name | |
ID | ppkdnpffafbmkkckgjjedmdcbpkmbobi |
Official URL | https://chrome.google.com/webstore/detail/better-youtube-experience/ppkdnpffafbmkkckgjjedmdcbpkmbobi |
Description | Better Youtube™ Experience |
File Size | 43.42 KB |
Installation Count | 22 |
Current Version | 0.0.2 |
Last Updated | 2017-09-26 |
Publish Date | 2017-09-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://etaylib.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://etaylib.s3.amazonaws.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "jquery-3.2.1.min.js", "scripts.js", "runner.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Better Youtube\u2122 Experience", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "manifest_version": 2, "name": "Better Youtube\u2122 Experience", "permissions": [ "*:\/\/*\/*", "tabs", "webRequest", "webNavigation", "webRequestBlocking", "contextMenus", "storage" ], "version": "0.0.2", "web_accessible_resources": [] } |