TubeSift Bookmarker
TubeSift Bookmarker
TubeSift Bookmarker là gì?
TubeSift Bookmarker là một tiện ích mở rộng Chrome được phát triển bởi TubeSift, và tính năng chính của nó là "TubeSift Bookmarker".
Ả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 TubeSift Bookmarker
Tải xuống các tệp mở rộng TubeSift Bookmarker 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
TubeSift Bookmarker is an easy-to-use Google Chrome Extension that enables you to quickly bookmark YouTube Ads to visit later. With TubeSift Bookmarker, you can easily save the ads you see in one place and watch them anytime for insight and inspiration.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TubeSift Bookmarker |
ID | aecndiaafcbpkmhkbajidjggnhibklfe |
URL Chính Thức | https://chromewebstore.google.com/detail/tubesift-bookmarker/aecndiaafcbpkmhkbajidjggnhibklfe |
Mô tả | TubeSift Bookmarker |
Kích Thước Tệp | 891 KB |
Số Lần Cài Đặt | 10,234 |
Phiên Bản Hiện Tại | 2.8 |
Cập Nhật Lần Cuối | 2023-05-02 |
Ngày Phát Hành | 2020-08-17 |
Đánh Giá | 4.87/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | TubeSift |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tubesiftbookmarker.com/ |
URL Trang Chính Sách Bảo Mật | https://www.tubesift.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TubeSift Bookmarker", "version": "2.8", "description": "TubeSift Bookmarker", "icons": { "512": "images\/icon-512.png", "256": "images\/icon-256.png", "128": "images\/icon-128.png", "48": "images\/icon-48.png" }, "action": { "default_icon": "images\/icon-browser-action.png", "default_title": "TubeSift Bookmarker" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/content.css", "css\/pure-buttons.css", "css\/notyf.min.css", "css\/font-awesome.min.content.css" ], "js": [ "js\/min\/notyf.min.js", "js\/min\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/min\/videoinfo.js", "fonts\/fontawesome-webfont.woff2", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.ttf", "fonts\/FontAwesome.otf", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "extension_ids": [] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/app.tubesift.com\/*", "https:\/\/www.youtube.com\/*" ] } |