PAA Scrapper
Scrap PAA for some keywords
Cos'è PAA Scrapper?
PAA Scrapper è un'estensione di Chrome sviluppata da Tanzim, e la sua funzione principale è "Scrap PAA for some keywords".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PAA Scrapper
Scarica i file di estensione PAA Scrapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | PAA Scrapper |
ID | ljhgoaahilgogahmklbpgggejoklcink |
URL Ufficiale | https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink |
Descrizione | Scrap PAA for some keywords |
Dimensione del File | 30.31 KB |
Conteggio Installazioni | 735 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-05-04 |
Data di Pubblicazione | 2023-02-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Tanzim |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |