Sociocaster
This extension helps Sociocaster's users to share,schedule, and save content from the internet
Co je Sociocaster?
Sociocaster je rozšíření Chrome vyvinuté https://sociocaster.com, a jeho hlavní funkcí je „This extension helps Sociocaster's users to share,schedule, and save content from the internet“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sociocaster
Stáhněte si soubory rozšíření Sociocaster 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í
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
Základní Informace o Rozšíření
Název | |
ID | dndocgpmcgeeepldhgfgkhceaogiikbk |
Oficiální URL | https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk |
Popis | This extension helps Sociocaster's users to share,schedule, and save content from the internet |
Velikost souboru | 79.39 KB |
Počet instalací | 300 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2016-12-05 |
Datum Vydání | 2016-12-04 |
Hodnocení | 4.71/5 Celkem 7 Hodnocení |
Vývojář | https://sociocaster.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sociocaster.com/app/privacypolicy |
Podporované Jazyky | 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" } |