Youtube subscriptions

Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube

Vad är Youtube subscriptions?

Youtube subscriptions är en Chrome-tillägg utvecklad av REKORD, och dess huvudfunktion är "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Youtube subscriptions-förlängningens CRX-fil

Ladda ner Youtube subscriptions-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

                        The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.                    

Grundläggande Information om Tillägg

Namn Youtube subscriptions Youtube subscriptions
ID bddhdhnlblfihpgogfinakagjkkcgnai
Officiell webbadress https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai
Beskrivning Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Filstorlek 13.78 KB
Antal Installationer 1,928
Aktuell Version 1.0.5
Senast Uppdaterad 2021-02-15
Publiceringsdatum 2019-03-14
Betyg 2.82/5 Totalt 11 Betyg
Utvecklare REKORD
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube",
    "icons": {
        "128": "icons\/logo.png"
    },
    "manifest_version": 2,
    "name": "Youtube subscriptions",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}