613 Tube
Redirects YouTube requests to 613Tube for a clean experience.
什麼是613 Tube?
613 Tube是由613Tube開發的Chrome擴展程式,該擴展的主要功能是“Redirects YouTube requests to 613Tube for a clean experience.”。
擴展截圖
下載613 Tube擴展crx文件
下載613 Tube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What is 613Tube? On 613Tube you can watch every single YouTube video, in a fresh clean atmosphere. Suppose there's an important video you need to watch, but the video is hosted on YouTube. That means that if you will be forced to see the video the way YouTube wants you to: With advertisements and suggested videos on all sides around the video space, and even in the actual video space before and after the video plays! Now you can watch the same exact video, just in a cleaner atmosphere. On 613Tube. Just take any YouTube link and replace the "You" with "613" and you will get the same video, and JUST that video! Or let's say you need to search for a specific YouTube video. Before you even have a chance to type in what you want to search for, YouTube already stuffed your face with what they recommend you watch. Now you can search all YouTube videos from 613Tube and only see what you want to see. 613Tube uses YouTube's search engine, with SafeSearch automatically enabled. With this extension, All YouTube links will automatically redirect to 613Tube. You can now confidently click on any YouTube link knowing that you will watch that video in a good atmosphere. Additionally, even YouTube videos which are embeded into other websites will be modified to not display "Related Videos" when the video finishes playing.
擴展基本資訊
名稱 | 613 Tube |
ID | eaopblpjlkbgaadjbahmafepfegaigfb |
官方網址 | https://chromewebstore.google.com/detail/613-tube/eaopblpjlkbgaadjbahmafepfegaigfb |
簡介 | Redirects YouTube requests to 613Tube for a clean experience. |
檔案大小 | 55.48 KB |
安裝次數 | 1,508 |
目前版本 | 3.0 |
更新時間 | 2019-03-12 |
上架時間 | 2019-03-11 |
評分 | 4.53/5 共 19 次評分 |
開發者 | 613Tube |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://613tube.com |
隱私政策頁面URL | https://613tube.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "613 Tube", "description": "Redirects YouTube requests to 613Tube for a clean experience.", "content_scripts": [ { "matches": [ "https:\/\/613tube.com\/*", "https:\/\/www.youtube-nocookie.com\/embed\/*", "https:\/\/youtube-nocookie.com\/embed\/*", "https:\/\/www.youtube.com\/embed\/*", "https:\/\/youtube\/embed\/*" ], "all_frames": true, "js": [ "compatibility.js" ] } ], "version": "3.0", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Click here!" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "file.js" ] } } |