The Unofficial Social Blade Extension

Track your YouTube stats without leaving your current page.

Τι είναι το The Unofficial Social Blade Extension;

Το The Unofficial Social Blade Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://verifiedjoseph.com, και η κύρια λειτουργία του είναι "Track your YouTube stats without leaving your current page.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The Unofficial Social Blade Extension

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

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

                        With the unofficial Social Blade extension you can track your YouTube channel stats without leaving your current page.

The source code for this project can be found on Github: https://github.com/VerifiedJoseph/the-unofficial-social-blade-extension.

This is a unofficial extension and is not sponsored, owned, or endorsed by Social Blade.

For the official Social Blade extension see:
https://chrome.google.com/webstore/detail/social-blade/cfidkbgamfhdgmedldkagjopnbobdmdn                    

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

Όνομα The Unofficial Social Blade Extension The Unofficial Social Blade Extension
ID dmjgiaijdmgheegfinhgplldehidfbcm
Επίσημο URL https://chrome.google.com/webstore/detail/the-unofficial-social-bla/dmjgiaijdmgheegfinhgplldehidfbcm
Περιγραφή Track your YouTube stats without leaving your current page.
Μέγεθος Αρχείου 15.42 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 2.2.2
Τελευταία Ενημέρωση 2018-07-25
Ημερομηνία Δημοσίευσης 2018-07-25
Αξιολόγηση 3.60/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής http://verifiedjoseph.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://verifiedjoseph.com/projects/unofficial-social-blade-extension
URL της Σελίδας Πολιτικής Απορρήτου https://verifiedjoseph.com/extension-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Unofficial Social Blade Extension",
    "description": "Track your YouTube stats without leaving your current page.",
    "author": "VerifiedJoseph",
    "version": "2.2.2",
    "version_name": "2.2.2 (Released 25\/07\/17)",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "19": "images\/icons\/19.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "The Unofficial Social Blade Extension"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true,
        "chrome_style": false
    }
}