Clean End Screen for Youtube
Get clean end screen on Youtube video.
What is Clean End Screen for Youtube?
Clean End Screen for Youtube is a Chrome extension developed by shankarg.dev, and its main feature is "Get clean end screen on Youtube video.".
Extension Screenshots
Download Clean End Screen for Youtube Extension CRX File
Download Clean End Screen for Youtube 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
With just on click hide all youtube video end screen banners and suggestions.
Extension Basic Information
Name | Clean End Screen for Youtube |
ID | bnamhgpkmoindiagggehdglojmokdaob |
Official URL | https://chromewebstore.google.com/detail/clean-end-screen-for-yout/bnamhgpkmoindiagggehdglojmokdaob |
Description | Get clean end screen on Youtube video. |
File Size | 51.81 KB |
Installation Count | 43 |
Current Version | 1.1 |
Last Updated | 2019-02-18 |
Publish Date | 2019-02-18 |
Developer | shankarg.dev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean End Screen for Youtube", "short_name": "Clean End Screen", "description": "Get clean end screen on Youtube video.", "version": "1.1", "author": "Shankar Prakash G", "homepage_url": "http:\/\/proxylyx.com", "browser_action": { "default_title": "Clean End Screen", "default_icon": "img\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |