PAA Scrapper
Scrap PAA for some keywords
What is PAA Scrapper?
PAA Scrapper is a Chrome extension developed by Tanzim, and its main feature is "Scrap PAA for some keywords".
Extension Screenshots
Download PAA Scrapper Extension CRX File
Download PAA Scrapper 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
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
Extension Basic Information
Name | PAA Scrapper |
ID | ljhgoaahilgogahmklbpgggejoklcink |
Official URL | https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink |
Description | Scrap PAA for some keywords |
File Size | 30.31 KB |
Installation Count | 735 |
Current Version | 1.1.0 |
Last Updated | 2023-05-04 |
Publish Date | 2023-02-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Tanzim |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |