TubeSift Bookmarker
TubeSift Bookmarker
什么是TubeSift Bookmarker?
TubeSift Bookmarker是由TubeSift开发的Chrome扩展程序,该扩展的主要功能是“TubeSift Bookmarker”。
扩展截图
下载TubeSift Bookmarker扩展crx文件
下载TubeSift Bookmarker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | TubeSift Bookmarker |
ID | aecndiaafcbpkmhkbajidjggnhibklfe |
官方URL | https://chromewebstore.google.com/detail/tubesift-bookmarker/aecndiaafcbpkmhkbajidjggnhibklfe |
简介 | TubeSift Bookmarker |
文件大小 | 891 KB |
安装次数 | 10,234 |
当前版本 | 2.8 |
更新时间 | 2023-05-02 |
上架时间 | 2020-08-17 |
评分 | 4.87/5 共31次评分 |
开发者 | TubeSift |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tubesiftbookmarker.com/ |
隐私政策页面URL | https://www.tubesift.com/privacy.html |
支持的语言 | 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\/*" ] } |