#fastget For Social Media
Fast copy & use content on Twitter™, Facebook™, YouTube™, Reddit™
什么是#fastget For Social Media?
#fastget For Social Media是由tfwbpro开发的Chrome扩展程序,该扩展的主要功能是“Fast copy & use content on Twitter™, Facebook™, YouTube™, Reddit™”。
扩展截图
下载#fastget For Social Media扩展crx文件
下载#fastget For Social Media扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | japokjphepedmnjnoojeobccimieldff |
官方URL | https://chromewebstore.google.com/detail/fastget-for-social-media/japokjphepedmnjnoojeobccimieldff |
简介 | Fast copy & use content on Twitter™, Facebook™, YouTube™, Reddit™ |
文件大小 | 402 KB |
安装次数 | 14 |
当前版本 | 1.04 |
更新时间 | 2021-12-19 |
上架时间 | 2020-10-30 |
开发者 | tfwbpro |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sites.google.com/view/fastgetext |
隐私政策页面URL | https://sites.google.com/view/fastban/privacy-policy |
支持的语言 | 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" ] } ] } |