12ft redirect
This extension redirects the current tab to 12ft.io, a website that removes paywalls.
12ft redirect là gì?
12ft redirect là một tiện ích mở rộng Chrome được phát triển bởi brenopoggiali, và tính năng chính của nó là "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".
Ả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 12ft redirect
Tải xuống các tệp mở rộng 12ft redirect 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
This extension redirects the current tab to 12ft.io, a website that removes paywalls. HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the 12ft website of that page. This will let you read the content of that page! Disclaimer: 12ft.io does not support this extension, although we are very thankful for their awesome platform :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 12ft redirect |
ID | lkndnkfpgdacnjiolbbmkfpanahchbge |
URL Chính Thức | https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge |
Mô tả | This extension redirects the current tab to 12ft.io, a website that removes paywalls. |
Kích Thước Tệp | 5.25 KB |
Số Lần Cài Đặt | 1,697 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-04-18 |
Ngày Phát Hành | 2022-04-18 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | brenopoggiali |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "12ft redirect", "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs" ], "action": { "default_icon": "icon.png", "default_title": "Click to be redirected to the 12ft of this page." }, "content_security_policy": [] } |