PAA Scrapper

Scrap PAA for some keywords

PAA Scrapperとは何ですか?

PAA ScrapperはTanzimによって開発されたChromeの拡張機能で、その主な機能は「Scrap PAA for some keywords」です。

拡張機能のスクリーンショット

screenshot

PAA Scrapper拡張機能のCRXファイルをダウンロード

PAA Scrapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will scrap PAA ( people also ask) from google search results. Users can provide questions or keywords here. It will split them by new line and search them one by one and download a CSV file containing the PAA Titles, Parent PAA, Text, URL, and URL Title for that PAA.

Owned by: Romain Pirotte 
👉www.youtube.com/@RomainPirotte                    

拡張機能の基本情報

名前 PAA Scrapper PAA Scrapper
ID ljhgoaahilgogahmklbpgggejoklcink
公式URL https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink
説明 Scrap PAA for some keywords
ファイルサイズ 30.31 KB
インストール数 735
現在のバージョン 1.1.0
最終更新日 2023-05-04
公開日 2023-02-04
評価 3.00/5 合計 2 レビュー
開発者 Tanzim
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PAA Scrapper",
    "version": "1.1.0",
    "description": "Scrap PAA for some keywords",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo32.png"
        }
    },
    "icons": {
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "papaParse.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ]
}