Raspa

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

Raspa là gì?

Raspa là một tiện ích mở rộng Chrome được phát triển bởi https://raspa.io, và tính năng chính của nó là "Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Raspa

Tải xuống các tệp mở rộng Raspa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Raspa Raspa
ID cghokgahboelggidbecgkgjmmajahfjh
URL Chính Thức https://chromewebstore.google.com/detail/raspa/cghokgahboelggidbecgkgjmmajahfjh
Mô tả Unleash your social media detective skills with our Chrome extension, the ultimate companion for exploring your favorite platforms!
Kích Thước Tệp 920 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2022-11-17
Nhà Phát Triển https://raspa.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://raspa.io
URL Trang Trợ Giúp https://raspa.io
URL Trang Chính Sách Bảo Mật https://raspa.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}