#fastget For Social Media
Fast copy & use content on Twitter™, Facebook™, YouTube™, Reddit™
#fastget For Social Media là gì?
#fastget For Social Media là một tiện ích mở rộng Chrome được phát triển bởi tfwbpro, và tính năng chính của nó là "Fast copy & use content on Twitter™, Facebook™, YouTube™, Reddit™".
Ả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 #fastget For Social Media
Tải xuống các tệp mở rộng #fastget For Social Media 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
Using this extension on supported social media, you can ☆ conveniently copy to the clipboard attributes and content of posts, comments, tweets, etc.: usernames, hashtags, headlines, texts, quotes...; ☆ view and copy attached images and their URLs; ☆ compose and copy content digests; ☆ select text with one click (for example, for copy and/or transfer to applications). ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ABOUT #FASTGET Read about this: https://sites.google.com/view/fastgetext/about ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ INSTALLATION Install the extension from the Chrome Web Store. If your browser has tabs with supported social media, please reload those pages after installation for the extension to work on them. Do not forget to save unsaved information on these pages before publishing, otherwise it may be lost on reload. The extension is free and does not contain restrictions on time of use and functionality. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ USING ✦ Call the context menu for the interesting content, and select the item "#fastget...". Or use the specified hotkey combination, e.g. [Alt + Right-click]. A list of functions available for the content for which it is called will be shown. ✦ Each line in the list represents a piece of content on which the function can be called. If there are several possible functions, they are represented by buttons. ✦ Click the desired function in the list. If the function copies to the clipboard, a message will be displayed. Or you can see the result of its work directly, for example, by viewing a user's userpic or an embedded image in full screen. ✦ Control is simple and is performed in a popup window that appears when you click the logo icon in the Extensions section to the right of your browser's address bar. You can specify whether it should be available for invocation via the context menu and assign it to be invoked with hotkey combinations. ✦ There is a short users manual; call it in the popup window with the (?) button or read our site. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ PERMISSIONS Requested permissions: • The "Context Menus" permission to allow call the list of functions through the browser context menu; • The "Storage" permission for the safe storage of operational data in the local storage throughout your use of the functionality; • The host permissions <*.twitter.com/*>, <*.facebook.com/*>, <*.youtube.com/*>, <*.reddit.com/*> to run on the handled social media websites. Data on these sites is not read or modified except for the purpose as described above. See privacy policy for more details: https://sites.google.com/view/fastban/privacy-policy ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ NOTE This extension was designed for own use. If it is useful to you too, and you would like to add/improve something, please write us at the Support tab on this page or at [email protected]. We would think about what we can do. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ACTUAL VERSION ver.1.04, December 18, 2021: * Support for Twitter format changes * Improvements to joint calls of #-extensions * Fixed problem with double call to copy to clipboard
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | japokjphepedmnjnoojeobccimieldff |
URL Chính Thức | https://chromewebstore.google.com/detail/fastget-for-social-media/japokjphepedmnjnoojeobccimieldff |
Mô tả | Fast copy & use content on Twitter™, Facebook™, YouTube™, Reddit™ |
Kích Thước Tệp | 402 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.04 |
Cập Nhật Lần Cuối | 2021-12-19 |
Ngày Phát Hành | 2020-10-30 |
Nhà Phát Triển | tfwbpro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/view/fastgetext |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/fastban/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "#fastget For Social Media", "short_name": "#fastget", "version": "1.04", "description": "Fast copy & use content on Twitter\u2122, Facebook\u2122, YouTube\u2122, Reddit\u2122", "icons": { "16": "icon\/fg16.png", "24": "icon\/fg24.png", "32": "icon\/fg32.png", "48": "icon\/fg48.png", "128": "icon\/fg128.png" }, "browser_action": { "default_title": "#fastget", "default_icon": { "16": "icon\/fg16.png", "24": "icon\/fg24.png", "32": "icon\/fg32.png" }, "default_popup": "ppup\/popup.html" }, "background": { "scripts": [ "back\/data.js", "back\/supp.js", "back\/ppup.js", "back\/tabs.js", "back\/main.js" ], "persistent": false }, "permissions": [ "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_idle", "js": [ "cscr\/fg.js", "cscr\/fgtw.js" ] }, { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_idle", "js": [ "cscr\/fg.js", "cscr\/fgfb.js" ] }, { "matches": [ "https:\/\/*.youtube.com\/*" ], "run_at": "document_idle", "js": [ "cscr\/fg.js", "cscr\/fgyt.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.reddit.com\/*" ], "run_at": "document_idle", "js": [ "cscr\/fg.js", "cscr\/fgrd.js" ] } ] } |