PAA Scrapper

Scrap PAA for some keywords

Qu'est-ce que PAA Scrapper ?

PAA Scrapper est une extension Chrome développée par Tanzim, et sa fonction principale est "Scrap PAA for some keywords".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PAA Scrapper

Téléchargez les fichiers d'extension PAA Scrapper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PAA Scrapper PAA Scrapper
ID ljhgoaahilgogahmklbpgggejoklcink
URL Officiel https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink
Description Scrap PAA for some keywords
Taille du Fichier 30.31 KB
Nombre d'Installations 735
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-05-04
Date de Publication 2023-02-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur Tanzim
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}