PAA Scrapper

Scrap PAA for some keywords

PAA Scrapperคืออะไร?

PAA Scrapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tanzim และคุณลักษณะหลักของมันคือ "Scrap PAA for some keywords"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PAA Scrapper

ดาวน์โหลดไฟล์ส่วนขยาย PAA Scrapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PAA Scrapper PAA Scrapper
ID ljhgoaahilgogahmklbpgggejoklcink
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paa-scrapper/ljhgoaahilgogahmklbpgggejoklcink
คำอธิบาย Scrap PAA for some keywords
ขนาดไฟล์ 30.31 KB
จำนวนการติดตั้ง 735
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-05-04
วันที่เผยแพร่ 2023-02-04
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Tanzim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}