TubeSift Bookmarker

TubeSift Bookmarker

什麼是TubeSift Bookmarker?

TubeSift Bookmarker是由TubeSift開發的Chrome擴展程式,該擴展的主要功能是“TubeSift Bookmarker”。

擴展截圖

screenshot

下載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 TubeSift Bookmarker
ID aecndiaafcbpkmhkbajidjggnhibklfe
官方網址 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\/*"
    ]
}