Sociocaster
This extension helps Sociocaster's users to share,schedule, and save content from the internet
Sociocaster là gì?
Sociocaster là một tiện ích mở rộng Chrome được phát triển bởi https://sociocaster.com, và tính năng chính của nó là "This extension helps Sociocaster's users to share,schedule, and save content from the internet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sociocaster
Tải xuống các tệp mở rộng Sociocaster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dndocgpmcgeeepldhgfgkhceaogiikbk |
URL Chính Thức | https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk |
Mô tả | This extension helps Sociocaster's users to share,schedule, and save content from the internet |
Kích Thước Tệp | 79.39 KB |
Số Lần Cài Đặt | 300 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2016-12-05 |
Ngày Phát Hành | 2016-12-04 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://sociocaster.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sociocaster.com/app/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |