Raspa

Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!

Wat is Raspa?

Raspa is een Chrome-extensie ontwikkeld door https://raspa.io, en de belangrijkste functie is "Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Raspa

Download Raspa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With this extension, you'll not only be able to explore your favorite social media platforms with ease, but you'll also earn valuable points while doing it! Seamlessly integrated profile stats allow you to discover more data about creator profiles in a single view as you browse any social media platform. Getting started is easy - simply follow these three steps:

Install the Chrome Extension: Click on the Add to Chrome button.

Create a Raspa Account: Go to Raspa.io and create your free account.

Get Searching! Start researching like never before.

But that's not all - when you create a Raspa.io account, you'll unlock even more perks, such as advanced search options and the ability to view your explored profiles and search history. With our extension and platform, you can search for social media profiles, content, and media from all major platforms and filter your results by social network, following, engagement, verified status, and more. Don't miss out on the ultimate social media research experience - try out Raspa today! It's free!                    

Basisinformatie over de Extensie

Naam Raspa Raspa
ID cghokgahboelggidbecgkgjmmajahfjh
Officiële URL https://chromewebstore.google.com/detail/raspa/cghokgahboelggidbecgkgjmmajahfjh
Beschrijving Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!
Bestandsgrootte 920 KB
Aantal Installaties 35
Huidige Versie 0.0.9
Laatst Bijgewerkt 2023-03-17
Publicatiedatum 2022-11-17
Ontwikkelaar https://raspa.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://raspa.io
Help Pagina-URL https://raspa.io
URL van de Privacybeleid Pagina https://raspa.io/privacy-policy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Raspa",
    "description": "Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!",
    "version": "0.0.9",
    "background": {
        "service_worker": "\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*\/*",
        "",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/img.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/podcasts.google.com\/*",
                "https:\/\/podcasts.apple.com\/*",
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "injectScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/podcasts.google.com\/*",
                "https:\/\/podcasts.apple.com\/*",
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "urlactions.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "IGContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "TwitterContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "TiktokContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "tiktok\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "YoutubeContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "TwitchContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.spotify.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "injectFetch.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook\/index.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "PinterestContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/podcasts.google.com\/*"
            ],
            "js": [
                "GooglePodcastsContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/podcasts.apple.com\/*"
            ],
            "js": [
                "ApplePodcastsContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "SpotifyPodcastsContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.raspa.io\/*",
                "http:\/\/*.raspa.io\/*"
            ],
            "js": [
                "InstallationCheck.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "xhr.js",
                "fonts\/*",
                "IGPageScript.js",
                "tiktok\/TiktokPageScript.js",
                "fetch.js",
                "YouTubePageScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}