Ultimate Poster for Facebook™

Post to up to 20 Facebook groups in 1 click!

Ultimate Poster for Facebook™คืออะไร?

Ultimate Poster for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Burroughs Bots. และคุณลักษณะหลักของมันคือ "Post to up to 20 Facebook groups in 1 click!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Poster for Facebook™

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

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

                        You get a 3 day free trial and then you have to subscribe for 6 or 12 months (8.50 or 12.50).  When you register for the trial write down the email and password you use because if you decide to subscribe you will need to use the same login information.

The explainer video is just an overview. Our simple 4 page guide explains how to use it. Download it here: BurroughsMedia.com/Poster_Guide.pdf 

Broadcast your content on up to 20 Facebook groups at a time with a single click! (Do not post more then once a day or you may get suspended for a couple of weeks.) 

Posting your content on multiple groups has never been faster and easier! Poster for Facebook dose it all for you with a incredibly simple interface. Go ahead and install it and start saving your self valuable time.

Directions on How to Open the Interface & Use:

Step 1: Once the extension is installed, you will able to see the Poster for Facebook icon on the top right corner of your browser’s taskbar.

Step 2: In just one click you can register and if you are a newbie start your free 3 day free trial. Other wise just login.

Step 3: Once you have logged in to the extension, login to Facebook and you will see the "Post On Groups" blue button at the bottom left corner. Click on it and it will give you the ability to write a messages and to input the group URLS where you want to post it. You can include a link to a video that is on YouTube or else where and or a graphic that has a URL, which you can do for free on https://postimages.org

Step 4: Once you have created a list of Facebook URL’s you want to post to they will remain each time you open the extension until you change them.

Bonus: You can create groups of URLS by category.

Go ahead and install! It saves you valuable time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ultimate Poster for Facebook™ Ultimate Poster for Facebook™
ID mneffiokbcojbakchmjlbgkjkfmdkcjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultimate-poster-for-faceb/mneffiokbcojbakchmjlbgkjkfmdkcjl
คำอธิบาย Post to up to 20 Facebook groups in 1 click!
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 4,575
เวอร์ชันปัจจุบัน 2.7.9
อัปเดตครั้งล่าสุด 2021-09-01
วันที่เผยแพร่ 2020-07-01
คะแนน 3.52/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา Burroughs Bots.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://burroughsmedia.com/poster_for_facebook
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/j.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Ultimate Poster for Facebook\u2122"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/j.js",
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/j.js",
                "scripts\/mobile-content.js"
            ],
            "matches": [
                "*:\/\/m.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Post to up to 20 Facebook groups in 1 click!",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ultimate Poster for Facebook\u2122",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.9",
    "web_accessible_resources": [
        "images\/*",
        "scripts\/*"
    ]
}