Meme Scheduler

Find, Copy, Modify, & Schedule Posting of the Best Viral Memes Found on Facebook

Meme Scheduler란 무엇입니까?

Meme Scheduler은(는) https://automationmarketingsoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find, Copy, Modify, & Schedule Posting of the Best Viral Memes Found on Facebook"입니다.

확장 프로그램 스크린샷

Meme Scheduler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Meme Scheduler will allow you to Repurpose the best, most engaging posts found on Facebook.

Edit & Schedule future posting of your Best, repurposed Memes. 

Part of the Automation Marketing Software Suite.                    

확장 프로그램 기본 정보

이름 Meme Scheduler Meme Scheduler
ID gmdkciodaflimenfgfppledhcikcafei
공식 URL https://chromewebstore.google.com/detail/meme-scheduler/gmdkciodaflimenfgfppledhcikcafei
설명 Find, Copy, Modify, & Schedule Posting of the Best Viral Memes Found on Facebook
파일 크기 8.01 MB
설치 횟수 140
현재 버전 10.01.36
최근 업데이트 2023-12-29
출시 날짜 2021-11-17
평점 5.00/5 총 2 개의 평점
개발자 https://automationmarketingsoftware.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://AutomationMarketingSoftware.com
도움말 페이지 URL https://ebfn.net/ms
개인정보 보호 정책 페이지 URL https://www.automationmarketingsoftware.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meme Scheduler",
    "version": "10.01.36",
    "manifest_version": 3,
    "description": "Find, Copy, Modify, & Schedule Posting of the Best Viral Memes Found on Facebook",
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-Meme_Scheduler-1632964545942-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-Meme_Scheduler-1632964545994-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-Meme_Scheduler-1632964546046-large_icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Meme Scheduler"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "inject-helper\/img\/*.gif",
                "inject-helper\/img\/*.png",
                "monkeyPatch.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "https:\/\/cdn.tiny.cloud\/*",
        "*:\/\/*.postscheduler.io\/*",
        "*:\/\/*.postscheduler.io\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject-helper\/css\/common.css"
            ],
            "js": [
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "inject-helper\/js\/lazyload.min.js",
                "inject-helper\/js\/snackbar-toast.js",
                "61550fc2e072384cadbc5527_content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "61550fc2e072384cadbc5527_background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "short_name": "MS"
}