Tube Tunnel Extension
Earn BitTube watching YouTube videos with this redirector extension. Also adblocks all YouTube inline advertising.
Tube Tunnel Extension là gì?
Tube Tunnel Extension là một tiện ích mở rộng Chrome được phát triển bởi http://tubetunnel.io, và tính năng chính của nó là "Earn BitTube watching YouTube videos with this redirector extension. Also adblocks all YouTube inline advertising.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tube Tunnel Extension
Tải xuống các tệp mở rộng Tube Tunnel Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tube Tunnel is a browser extension that signals a user of youtube.com to whether the video they are currently watching is available to 'tunnel' on and (proxy) through bit.tube. It then gives the user the opportunity to choose to watch the video whilst earning Airtime and removing all adverts from the original YouTube source video. It also serves as a great youtube proxy if you cant access youtube for any reason, simply go to my page and use the search page and click the youtube video to view it directly through bit.tube - thus bypassing the youtube domain name and feed. The extension will only seek access to information on the youtube.com page you are visiting, it requires no other access to any other data making this safe to use. Bit Tube? Bit Tube is a 'video portal' much like Youtube, allowing people to upload and share their videos as well as hosting professional channels and live streaming services. Very simply put - Unlike youtube everyone using BitTube gets a share in the revenue available. The reward is split 80% to the creator and 20% to you - the viewer. Thats right you get paid in TUBE to simply watch videos as normal. $TUBE = Real cash? TUBE is a crypto currency, its the token behind bit.tube. It can be bought and sold on exchanges like . There is every possibility that the value of TUBE could go up or down. Ad free! Ad Blocker! Both Tube Tunnel and the video you have Tube Tunnelled will be free of ads - forever. This means you wont have to run for the volume control every-time a youtube video which would normally be interrupted by a creator or youtube 'in-play' adverts. How is this service paid for? What no ads? Yes thats right - no ads, creators of videos tunnelled to bit.tube are paid in TUBE (the currency behind BitTube) - even if the video was no previously on BitTube. If a youtube creator has not opened a BitTube account they will be informed that their video has been watched (anonymously) and how to collect their payments. Please note that this is NOT the official bit.tube 'Airtime' extension (see my website for the official url) - This is a 'lite' extension - requiring no further setup or information and giving users access to redirect youtube videos through bit.tube for airtime earnings.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gbebohjmckfanmgomhbjdobcpheklenf |
URL Chính Thức | https://chrome.google.com/webstore/detail/tube-tunnel-extension/gbebohjmckfanmgomhbjdobcpheklenf |
Mô tả | Earn BitTube watching YouTube videos with this redirector extension. Also adblocks all YouTube inline advertising. |
Kích Thước Tệp | 716 KB |
Số Lần Cài Đặt | 292 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2018-11-10 |
Ngày Phát Hành | 2018-11-10 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://tubetunnel.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tubetunnel.io |
URL Trang Chính Sách Bảo Mật | http://tubetunnel.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tube Tunnel Extension", "version": "0.1.0", "description": "Earn BitTube watching YouTube videos with this redirector extension. Also adblocks all YouTube inline advertising.", "homepage_url": "http:\/\/tubetunnel.io\/", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Tube Tunnel Extension", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/trigger.js" ] } ] } |