Truly Media

Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.

Co je Truly Media?

Truly Media je rozšíření Chrome vyvinuté ilab.atc.gr, a jeho hlavní funkcí je „Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Truly Media

Stáhněte si soubory rozšíření Truly Media ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.

Currently supports aggregation from:
- twitter
- tweetdeck
- youtube
- facebook pages                    

Základní Informace o Rozšíření

Název Truly Media Truly Media
ID nkgnebcoenckmflihkceknmglbkeiano
Oficiální URL https://chromewebstore.google.com/detail/truly-media/nkgnebcoenckmflihkceknmglbkeiano
Popis Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.
Velikost souboru 3.5 MB
Počet instalací 245
Aktuální Verze 1.6.4
Poslední Aktualizace 2021-09-15
Datum Vydání 2019-07-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář ilab.atc.gr
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://app.truly.media/policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truly Media",
    "short_name": "truly.media",
    "version": "1.6.4",
    "icons": {
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "description": "Chrome extension for the Truly Media platform. Used for aggregation of Social Media content in Truly Media.",
    "browser_action": {
        "default_title": "Truly Media",
        "default_icon": "img\/logo-32.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "*:\/\/api.twitter.com\/*",
        "*:\/\/squall-4.atc.gr\/*",
        "*:\/\/squall-5.atc.gr\/*",
        "*:\/\/storm-8.atc.gr\/*",
        "*:\/\/storm-9.atc.gr\/*"
    ],
    "background": {
        "scripts": [
            "popup\/background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/oauth.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/tweetdeck.twitter.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.js",
                "node_modules\/jquery-modal\/jquery.modal.min.js",
                "node_modules\/jquery-ui-dist\/jquery-ui.min.js",
                "node_modules\/chosen-js\/chosen.jquery.js",
                "node_modules\/sweetalert\/dist\/sweetalert.min.js",
                "content\/lib\/socket.io-2.0.1.js",
                "content\/js\/service\/injector.class.js",
                "content\/js\/service\/template.class.js",
                "content\/js\/service\/socket.class.js",
                "content\/js\/service\/api.class.js",
                "content\/js\/service\/modal.class.js",
                "content\/js\/social\/twitter.class.js",
                "content\/js\/social\/tweetdeck.class.js",
                "content\/js\/social\/youtube.class.js",
                "content\/js\/social\/facebook.class.js",
                "content\/js\/scope.js",
                "content\/js\/main.js"
            ],
            "css": [
                "node_modules\/jquery-ui-dist\/jquery-ui.min.css",
                "node_modules\/jquery-modal\/jquery.modal.min.css",
                "node_modules\/sweetalert\/dist\/sweetalert.css",
                "content\/css\/content.css",
                "content\/css\/font-awesome-4.7.0\/css\/font-awesome.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "node_modules\/sweetalert\/dist\/sweetalert.min.js",
        "node_modules\/sweetalert\/dist\/sweetalert.css",
        "content\/templates\/modal.html",
        "content\/css\/font-awesome-4.7.0\/fonts\/fontawesome-webfont.woff",
        "content\/css\/roboto\/latin.woff2",
        "content\/css\/roboto\/latin-ext.woff2",
        "img\/*.*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}