StarLiner

Create and View NFTs as you browse the web — 100% FREE!

Τι είναι το StarLiner;

Το StarLiner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον StarLiner, και η κύρια λειτουργία του είναι "Create and View NFTs as you browse the web — 100% FREE!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης StarLiner

Λήψη αρχείων επέκτασης StarLiner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        StarLiner (*alpha) is the easiest way to create and view NFTs as you browse the web! 

CREATE NFTs 
We're slowly rolling out the ability to turn your SoundCloud tracks into NFTs — 100% free! Finally you can now enable fans to own their favorite audio as NFTs, while retaining all your copyright & ownership rights. Click the "Create NFT" button to learn more!

VIEW NFTs 
Simply install the extension and pin it to your toolbar, that's it! As you visit different websites the StarLiner icon will illuminate - letting you know when you're on a page of NFT Creator and how many NFTs they have created. Open the extension to view beautiful NFTs and learn more about their Creator 🙌🏾

Did we miss a Creator? You can add them to StarLiner by opening the extension and pressing the "Add to Creator" button. 

StarLiner is in a semi-private alpha so we appreciate all feedback - hit us up below! 

HELP 
You can contact us 24/7 at https://starliner.notion.site/Support-e4d331de28564e04a80d4359161ca9df

JOIN THE STARLINER COMMUNITY
Twitter https://twitter.com/FlyStarLiner
Discord https://discord.gg/PSBdKARJhB
Newsletter https://starliner.substack.com/welcome                    

Βασικές Πληροφορίες Επέκτασης

Όνομα StarLiner StarLiner
ID njenjhoejgpdeeggiepfobnmoenfeolo
Επίσημο URL https://chromewebstore.google.com/detail/starliner/njenjhoejgpdeeggiepfobnmoenfeolo
Περιγραφή Create and View NFTs as you browse the web — 100% FREE!
Μέγεθος Αρχείου 6.04 MB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2022-06-12
Ημερομηνία Δημοσίευσης 2021-09-07
Προγραμματιστής StarLiner
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://starliner.notion.site/StarLiner-d12a697c60654386a94f6211f4697611
Διεύθυνση URL της Σελίδας Βοήθειας https://starliner.notion.site/Support-e4d331de28564e04a80d4359161ca9df
URL της Σελίδας Πολιτικής Απορρήτου https://starliner.notion.site/Privacy-35b2312f6ffe41d795f34e2c8049b8a2
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StarLiner",
    "action": [],
    "description": "Create and View NFTs as you browse the web \u2014 100% FREE!",
    "version": "0.0.7",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "sidebar.html",
                "video-iframe.html",
                "modal.html",
                "img\/*",
                "fonts\/*",
                "css\/*",
                "js\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+I"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "js\/featured-creator.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}