Meme Scheduler

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

Meme Schedulerคืออะไร?

Meme Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://automationmarketingsoftware.com และคุณลักษณะหลักของมันคือ "Find, Copy, Modify, & Schedule Posting of the Best Viral Memes Found on Facebook"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meme Scheduler

ดาวน์โหลดไฟล์ส่วนขยาย Meme Scheduler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}