PAA Scrapper
Scrap PAA for some keywords
ما هو PAA Scrapper؟
PAA Scrapper هو إضافة Chrome تم تطويرها بواسطة Tanzim، والميزة الرئيسية لها هي "Scrap PAA for some keywords".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PAA Scrapper
قم بتنزيل ملفات الامتداد PAA Scrapper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |