Sociocaster

This extension helps Sociocaster's users to share,schedule, and save content from the internet

Apa itu Sociocaster?

Sociocaster adalah ekstensi Chrome yang dikembangkan oleh https://sociocaster.com, dan fitur utamanya adalah "This extension helps Sociocaster's users to share,schedule, and save content from the internet".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sociocaster

Unduh file ekstensi Sociocaster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension helps Sociocaster's users to share,schedule, and save content from the internet

Note: 
This is beta version

Changelog :

1.6
- Disable hover button on Grafy.io

1.5
- Change cloud icon on facebook                    

Informasi Dasar Ekstensi

Nama Sociocaster Sociocaster
ID dndocgpmcgeeepldhgfgkhceaogiikbk
URL Resmi https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk
Deskripsi This extension helps Sociocaster's users to share,schedule, and save content from the internet
Ukuran File 79.39 KB
Jumlah Instalasi 300
Versi Saat Ini 1.6
Terakhir Diperbarui 2016-12-05
Tanggal Publikasi 2016-12-04
Penilaian 4.71/5 Total 7 Penilaian
Pengembang https://sociocaster.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sociocaster.com/app/privacypolicy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sociocaster",
    "description": "This extension helps Sociocaster's users to share,schedule, and save content from the internet",
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "logo_icon_19.png",
            "38": "logo_icon_38.png"
        },
        "default_title": "Sociocaster"
    },
    "background": {
        "scripts": [
            "thirds\/jquery-2.1.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "thirds\/jquery-2.1.1.min.js",
                "scripts\/inject.js",
                "scripts\/hover-button.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "styles\/sc-facebook.css"
            ],
            "js": [
                "scripts\/sc-facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*.sociocaster.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "manifest.json",
        "images\/*"
    ],
    "homepage_url": "https:\/\/sociocaster.com",
    "icons": {
        "128": "logo_icon_128.png",
        "16": "logo_icon_small.png",
        "48": "logo_icon_large.png"
    },
    "options_page": "options.html"
}