PAA Scrapper
Scrap PAA for some keywords
Was ist PAA Scrapper?
PAA Scrapper ist eine Chrome-Erweiterung, die von Tanzim entwickelt wurde, und ihr Hauptmerkmal ist "Scrap PAA for some keywords".
Erweiterungsscreenshots
PAA Scrapper-Erweiterungs-CRX-Datei herunterladen
Laden Sie PAA Scrapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | PAA Scrapper |
ID | ljhgoaahilgogahmklbpgggejoklcink |
Offizielle URL | https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink |
Beschreibung | Scrap PAA for some keywords |
Dateigröße | 30.31 KB |
Installationsanzahl | 735 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-05-04 |
Veröffentlichungsdatum | 2023-02-04 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tanzim |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |