YouTube Suggestion Extractor

The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…

Wat is YouTube Suggestion Extractor?

YouTube Suggestion Extractor is een Chrome-extensie ontwikkeld door https://www.bigtechies.com, en de belangrijkste functie is "The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Suggestion Extractor

Download YouTube Suggestion Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and providing suggestions from the currently active YouTube page. This extension is particularly useful for users who frequently explore YouTube and want to streamline their experience in discovering new content.                    

Basisinformatie over de Extensie

Naam YouTube Suggestion Extractor YouTube Suggestion Extractor
ID fihnbdolhnfphjjimamjegfninbfffhl
Officiële URL https://chromewebstore.google.com/detail/youtube-suggestion-extrac/fihnbdolhnfphjjimamjegfninbfffhl
Beschrijving The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…
Bestandsgrootte 18.47 KB
Aantal Installaties 64
Huidige Versie 1.0
Laatst Bijgewerkt 2024-02-16
Publicatiedatum 2024-02-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.bigtechies.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.bigtechies.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Suggestion Extractor",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}