613 Tube

Redirects YouTube requests to 613Tube for a clean experience.

613 Tubeคืออะไร?

613 Tube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 613Tube และคุณลักษณะหลักของมันคือ "Redirects YouTube requests to 613Tube for a clean experience."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 613 Tube

ดาวน์โหลดไฟล์ส่วนขยาย 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 613 Tube
ID eaopblpjlkbgaadjbahmafepfegaigfb
URL อย่างเป็นทางการ 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"
        ]
    }
}