YouTube Suggestion Extractor

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

YouTube Suggestion Extractor क्या है?

YouTube Suggestion Extractor https://www.bigtechies.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Suggestion Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube Suggestion Extractor YouTube Suggestion Extractor
ID fihnbdolhnfphjjimamjegfninbfffhl
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-suggestion-extrac/fihnbdolhnfphjjimamjegfninbfffhl
विवरण The "YouTube Suggestion Extractor" is a Chrome extension designed to enhance the user experience on YouTube by extracting and…
फ़ाइल का आकार 18.47 KB
स्थापना संख्या 64
वर्तमान संस्करण 1.0
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2024-02-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.bigtechies.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.bigtechies.com/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}