ireadfaster

Youtube AI tools

ireadfaster क्या है?

ireadfaster not.pizza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube AI tools"।

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

screenshot

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

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

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

                        Adds OpenAI-powered "summary" and "transcript" sections to the YouTube UI.

To generate a summary or transcript, press "Generate" on the panel that appears next to any YouTube video. Click on any part of the summary or transcript to jump to the corresponding part of the video! 

You may be asked to log in with Google first. This is to prevent abuse of our API, as each generation costs us a few cents.                    

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

नाम ireadfaster ireadfaster
ID anfeloimdjdeilmiklmpnckkpdgjehhp
आधिकारिक URL https://chromewebstore.google.com/detail/ireadfaster/anfeloimdjdeilmiklmpnckkpdgjehhp
विवरण Youtube AI tools
फ़ाइल का आकार 194 KB
स्थापना संख्या 131
वर्तमान संस्करण 0.0.16
अंतिम अपडेट 2024-02-18
प्रकाशन तिथि 2023-10-03
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर not.pizza
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Youtube AI tools",
    "version": "0.0.16",
    "manifest_version": 3,
    "name": "ireadfaster",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "identity"
    ],
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "oauth2": {
        "client_id": "439253463182-759mcn762fqtupqr6794u745sg9h6914.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4Mu6wEmJvZ5dqfnvjdQGckHmarJZDWzn+EsxgNWROP+OIvl76XTt\/bZtsSF\/2\/HBzEMuILPWlTSXGkNwh7i5Dznt\/MWyOzXdP+2tfxt7t4lrJixNhJBmeuTCOjdLFZ7weMHI3Eae+NEPZh97s2rp5Re4LvUilUz2oqG17hr79O+tr\/Ufyxayz\/kgapT1wXBaRUhqk8ndREEFxuaaU9zWO9xsBu0daC8dNHbnx\/9AgldiCRXEvI4oBYfoOUJCJSLHmD\/g1TnOus2NlHfYtpJ4duzPo\/6NUPBssjy8ovMfPekYAxm2t1J1V9j3dbVHzNfcoxkSJKAicJ\/HGGOS\/hoWJwIDAQAB"
}