Raspa

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

Vad är Raspa?

Raspa är en Chrome-tillägg utvecklad av https://raspa.io, och dess huvudfunktion är "Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Raspa-förlängningens CRX-fil

Ladda ner Raspa-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Raspa Raspa
ID cghokgahboelggidbecgkgjmmajahfjh
Officiell webbadress https://chromewebstore.google.com/detail/raspa/cghokgahboelggidbecgkgjmmajahfjh
Beskrivning Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!
Filstorlek 920 KB
Antal Installationer 35
Aktuell Version 0.0.9
Senast Uppdaterad 2023-03-17
Publiceringsdatum 2022-11-17
Utvecklare https://raspa.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://raspa.io
Hjälpsida URL https://raspa.io
URL till Sekretesspolicy Sidan https://raspa.io/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}