PAA Scrapper
Scrap PAA for some keywords
Wat is PAA Scrapper?
PAA Scrapper is een Chrome-extensie ontwikkeld door Tanzim, en de belangrijkste functie is "Scrap PAA for some keywords".
Extensie Screenshots
Download het CRX-bestand van de extensie PAA Scrapper
Download PAA Scrapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | PAA Scrapper |
ID | ljhgoaahilgogahmklbpgggejoklcink |
Officiële URL | https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink |
Beschrijving | Scrap PAA for some keywords |
Bestandsgrootte | 30.31 KB |
Aantal Installaties | 735 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-05-04 |
Publicatiedatum | 2023-02-04 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tanzim |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |