#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™"입니다.

확장 프로그램 스크린샷

screenshot

#fastget For Social Media 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 #fastget For Social Media #fastget For Social Media
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"
            ]
        }
    ]
}