Social Media Helper

This extension helps social media editors with common tasks.

What is Social Media Helper?

Social Media Helper is a Chrome extension developed by https://wunder.work, and its main feature is "This extension helps social media editors with common tasks.".

Extension Screenshots

screenshot

Download Social Media Helper Extension CRX File

Download Social Media Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this plugin you can easily:
• Set default UTM values and add them to any link with 1 click
• Debug any website in Facebooks OG:debugger with 1 click
• Get the OG:image of the current website
• Share selected text as a quote on Facebook
• Switch between the regular website and its AMP version

More options coming soon.                    

Extension Basic Information

Name Social Media Helper Social Media Helper
ID lhnfjfmdmifdabfpdkfpnjkolafogapo
Official URL https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo
Description This extension helps social media editors with common tasks.
File Size 41.12 KB
Installation Count 212
Current Version 0.560
Last Updated 2018-08-31
Publish Date 2018-08-31
Rating 3.67/5 Total 3 Ratings
Developer https://wunder.work
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/tibor
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Helper",
    "short_name": "Social Helper",
    "description": "This extension helps social media editors with common tasks.",
    "version": "0.560",
    "author": "Tibor Martini",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}