YouTube Suggestion Extractor

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

Apa itu YouTube Suggestion Extractor?

YouTube Suggestion Extractor adalah ekstensi Chrome yang dikembangkan oleh https://www.bigtechies.com, dan fitur utamanya adalah "The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Suggestion Extractor

Unduh file ekstensi YouTube Suggestion Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Suggestion Extractor YouTube Suggestion Extractor
ID fihnbdolhnfphjjimamjegfninbfffhl
URL Resmi https://chromewebstore.google.com/detail/youtube-suggestion-extrac/fihnbdolhnfphjjimamjegfninbfffhl
Deskripsi The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…
Ukuran File 18.47 KB
Jumlah Instalasi 64
Versi Saat Ini 1.0
Terakhir Diperbarui 2024-02-16
Tanggal Publikasi 2024-02-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.bigtechies.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.bigtechies.com/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}