YouTube Suggestion Extractor

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

Qu'est-ce que YouTube Suggestion Extractor ?

YouTube Suggestion Extractor est une extension Chrome développée par https://www.bigtechies.com, et sa fonction principale est "The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Suggestion Extractor

Téléchargez les fichiers d'extension YouTube Suggestion Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube Suggestion Extractor YouTube Suggestion Extractor
ID fihnbdolhnfphjjimamjegfninbfffhl
URL Officiel https://chromewebstore.google.com/detail/youtube-suggestion-extrac/fihnbdolhnfphjjimamjegfninbfffhl
Description The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…
Taille du Fichier 18.47 KB
Nombre d'Installations 64
Version Actuelle 1.0
Dernière Mise à Jour 2024-02-16
Date de Publication 2024-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.bigtechies.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.bigtechies.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}