TubeSift Bookmarker

TubeSift Bookmarker

Was ist TubeSift Bookmarker?

TubeSift Bookmarker ist eine Chrome-Erweiterung, die von TubeSift entwickelt wurde, und ihr Hauptmerkmal ist "TubeSift Bookmarker".

Erweiterungsscreenshots

screenshot

TubeSift Bookmarker-Erweiterungs-CRX-Datei herunterladen

Laden Sie TubeSift Bookmarker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TubeSift Bookmarker TubeSift Bookmarker
ID aecndiaafcbpkmhkbajidjggnhibklfe
Offizielle URL https://chromewebstore.google.com/detail/tubesift-bookmarker/aecndiaafcbpkmhkbajidjggnhibklfe
Beschreibung TubeSift Bookmarker
Dateigröße 891 KB
Installationsanzahl 10,234
Aktuelle Version 2.8
Letztes Update 2023-05-02
Veröffentlichungsdatum 2020-08-17
Bewertung 4.87/5 Insgesamt 31 Bewertungen
Entwickler TubeSift
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tubesiftbookmarker.com/
URL der Datenschutzrichtlinien-Seite https://www.tubesift.com/privacy.html
Unterstützte Sprachen 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\/*"
    ]
}