Rutor Torrent Search
Search for torrent files with Rutor mirrors in popup
Rutor Torrent Search là gì?
Rutor Torrent Search là một tiện ích mở rộng Chrome được phát triển bởi Utilities For Life, và tính năng chính của nó là "Search for torrent files with Rutor mirrors in popup".
Ả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 Rutor Torrent Search
Tải xuống các tệp mở rộng Rutor Torrent Search 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
Rutor Torrent Search uses a proxy to search on Rutor and display search results without visiting its page. Click on the torrent download link to download content in your torrent downloader. You can also use clipboard via CTRL+C to copy magnet links. Features: 1. Quick search 2. No Ads and Free 3. No Data collection Is the Rutor illegal to use? Is it possible to get arrested for using it? - Pirating media is only illegal if done for commercial gain. - Pirating is perfectly legal IF it's for private viewing. - Read the copyright disclaimers. It's all there. Rutor Torrent Search is not an official extension. It is not related anyhow to Rutor owners. It is created by enthusiasts for non-commercial use.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rutor Torrent Search |
ID | abdceahijcbcenfjofjhiajiofajgdma |
URL Chính Thức | https://chromewebstore.google.com/detail/rutor-torrent-search/abdceahijcbcenfjofjhiajiofajgdma |
Mô tả | Search for torrent files with Rutor mirrors in popup |
Kích Thước Tệp | 308 KB |
Số Lần Cài Đặt | 8,538 |
Phiên Bản Hiện Tại | 4.0.0.0 |
Cập Nhật Lần Cuối | 2023-01-24 |
Ngày Phát Hành | 2023-01-24 |
Đánh Giá | 4.20/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Utilities For Life |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://bit.ly/3RYjS6m |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "*:\/\/suggestqueries.google.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "manifest_version": 3, "name": "__MSG_appName__", "options_ui": { "page": "options\/options.html" }, "permissions": [ "storage", "webRequest", "proxy", "unlimitedStorage", "cookies", "webRequestAuthProvider", "tabs", "scripting", "declarativeNetRequestWithHostAccess" ], "sandbox": { "pages": [ "sandbox.html" ] }, "version": "4.0.0.0", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "sandbox.html" ], "use_dynamic_url": true } ] } |