Stream Subs

Bütün Aboneliklerinizi bir araya toplayın.

Cos'è Stream Subs?

Stream Subs è un'estensione di Chrome sviluppata da https://streamersubs.com, e la sua funzione principale è "Bütün Aboneliklerinizi bir araya toplayın.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stream Subs

Scarica i file di estensione Stream Subs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Collect subscriptions on multiple social media platforms in one system.

Tek bir sistemde birden fazla sosyal medya platformunda abonelik toplayın.                    

Informazioni di Base sull'Estensione

Nome Stream Subs Stream Subs
ID mnnbicogkklocaaodjgflabjkkjgggfi
URL Ufficiale https://chromewebstore.google.com/detail/stream-subs/mnnbicogkklocaaodjgflabjkkjgggfi
Descrizione Bütün Aboneliklerinizi bir araya toplayın.
Dimensione del File 412 KB
Conteggio Installazioni 24
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-09-11
Data di Pubblicazione 2020-08-10
Sviluppatore https://streamersubs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://streamersubs.com
URL della Pagina di Aiuto https://streamersubs.com/tanitim
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/fwich
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stream Subs",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "B\u00fct\u00fcn Aboneliklerinizi bir araya toplay\u0131n.",
    "homepage_url": "https:\/\/streamersubs.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}