Stream Subs

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

Wat is Stream Subs?

Stream Subs is een Chrome-extensie ontwikkeld door https://streamersubs.com, en de belangrijkste functie is "Bütün Aboneliklerinizi bir araya toplayın.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stream Subs

Download Stream Subs-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

                        Collect subscriptions on multiple social media platforms in one system.

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

Basisinformatie over de Extensie

Naam Stream Subs Stream Subs
ID mnnbicogkklocaaodjgflabjkkjgggfi
Officiële URL https://chromewebstore.google.com/detail/stream-subs/mnnbicogkklocaaodjgflabjkkjgggfi
Beschrijving Bütün Aboneliklerinizi bir araya toplayın.
Bestandsgrootte 412 KB
Aantal Installaties 24
Huidige Versie 1.0.3
Laatst Bijgewerkt 2020-09-11
Publicatiedatum 2020-08-10
Ontwikkelaar https://streamersubs.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://streamersubs.com
Help Pagina-URL https://streamersubs.com/tanitim
URL van de Privacybeleid Pagina https://sites.google.com/view/fwich
Ondersteunde Talen 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:\/\/*\/*"
    ]
}