Sociocaster
This extension helps Sociocaster's users to share,schedule, and save content from the internet
Cos'è Sociocaster?
Sociocaster è un'estensione di Chrome sviluppata da https://sociocaster.com, e la sua funzione principale è "This extension helps Sociocaster's users to share,schedule, and save content from the internet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sociocaster
Scarica i file di estensione Sociocaster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dndocgpmcgeeepldhgfgkhceaogiikbk |
URL Ufficiale | https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk |
Descrizione | This extension helps Sociocaster's users to share,schedule, and save content from the internet |
Dimensione del File | 79.39 KB |
Conteggio Installazioni | 300 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2016-12-05 |
Data di Pubblicazione | 2016-12-04 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | https://sociocaster.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sociocaster.com/app/privacypolicy |
Lingue Supportate | 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" } |