PAA Scrapper
Scrap PAA for some keywords
PAA Scrapper क्या है?
PAA Scrapper Tanzim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrap PAA for some keywords"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PAA Scrapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |