Sociocaster
This extension helps Sociocaster's users to share,schedule, and save content from the internet
What is Sociocaster?
Sociocaster is a Chrome extension developed by https://sociocaster.com, and its main feature is "This extension helps Sociocaster's users to share,schedule, and save content from the internet".
Extension Screenshots
Download Sociocaster Extension CRX File
Download Sociocaster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | dndocgpmcgeeepldhgfgkhceaogiikbk |
| Official URL | https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk |
| Description | This extension helps Sociocaster's users to share,schedule, and save content from the internet |
| File Size | 79.39 KB |
| Installation Count | 300 |
| Current Version | 1.6 |
| Last Updated | 2016-12-05 |
| Publish Date | 2016-12-04 |
| Rating | 4.71/5 Total 7 Ratings |
| Developer | https://sociocaster.com |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://sociocaster.com/app/privacypolicy |
| Supported Languages | 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"
} | |