搜索推荐词采集与内容生成助手

提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产

What is 搜索推荐词采集与内容生成助手?

搜索推荐词采集与内容生成助手 is a Chrome extension developed by https://idnsl.xyz, and its main feature is "提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产".

Extension Screenshots

screenshot
screenshot

Download 搜索推荐词采集与内容生成助手 Extension CRX File

Download 搜索推荐词采集与内容生成助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        搜索推荐词采集与内容生成助手是一款强大的Chrome插件,专为小红书、抖音、B站、知乎、百度、google用户设计。它能够自动收集并显示这些平台的搜索推荐词或联想词,保存下载为csv文件,帮助您更轻松地进行搜索、浏览和发现感兴趣的内容,可以根据提供的关键词利用ChatGpt自动生产文章发布到自己的wordpress个人站点(理论可以对接任意站点),指数级提高网站内容生产效率。                    

Extension Basic Information

Name 搜索推荐词采集与内容生成助手 搜索推荐词采集与内容生成助手
ID fcagfkfghjcdbefpcnghjmnlkohcppfn
Official URL https://chromewebstore.google.com/detail/%E6%90%9C%E7%B4%A2%E6%8E%A8%E8%8D%90%E8%AF%8D%E9%87%87%E9%9B%86%E4%B8%8E%E5%86%85%E5%AE%B9%E7%94%9F%E6%88%90%E5%8A%A9%E6%89%8B/fcagfkfghjcdbefpcnghjmnlkohcppfn
Description 提取小红书、抖音、B站、知乎、百度、google搜索推荐词,chatgpt关键词自动化内容生产
File Size 62.01 KB
Installation Count 162
Current Version 1.1
Last Updated 2023-07-18
Publish Date 2023-07-12
Rating 5.00/5 Total 1 Ratings
Developer https://idnsl.xyz
Email [email protected]
Payment Type free
Extension Website https://www.idnsl.xyz
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u641c\u7d22\u63a8\u8350\u8bcd\u91c7\u96c6\u4e0e\u5185\u5bb9\u751f\u6210\u52a9\u624b",
    "version": "1.1",
    "description": "\u63d0\u53d6\u5c0f\u7ea2\u4e66\u3001\u6296\u97f3\u3001B\u7ad9\u3001\u77e5\u4e4e\u3001\u767e\u5ea6\u3001google\u641c\u7d22\u63a8\u8350\u8bcd\uff0cchatgpt\u5173\u952e\u8bcd\u81ea\u52a8\u5316\u5185\u5bb9\u751f\u4ea7",
    "author": "niemingxing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/idnsl.xyz\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xiaohongshu.com\/*",
                "https:\/\/www.douyin.com\/*",
                "https:\/\/www.bilibili.com\/*",
                "https:\/\/www.zhihu.com\/*",
                "https:\/\/www.baidu.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/gpt_keywords_list.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/gpt_keywords_list.css"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ]
}