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 |
Eメール | [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\/*" ] } |