Unionforcreators

Give Power To Creators

What is Unionforcreators?

Unionforcreators is a Chrome extension developed by Unknown, and its main feature is "Give Power To Creators".

Extension Screenshots

screenshot

Download Unionforcreators Extension CRX File

Download Unionforcreators 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

                        UnionForCreators is a free browser tab extension dedicated to raising money for content creators and YouTubers create independent content without censorship.

Try it out now while supporting content creators, it's free.                    

Extension Basic Information

Name Unionforcreators Unionforcreators
ID lpokoolapeeglbfianepeiedgoiglfjd
Official URL https://chromewebstore.google.com/detail/unionforcreators/lpokoolapeeglbfianepeiedgoiglfjd
Description Give Power To Creators
File Size 110 KB
Installation Count 10
Current Version 1.0
Last Updated 2020-01-15
Publish Date 2020-01-15
Rating 5.00/5 Total 11 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unionforcreators",
    "description": "Give Power To Creators",
    "version": "1.0",
    "icons": {
        "1000": "logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab_dummy.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "report-ufc.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.unionforcreators.com\/*",
        "*:\/\/*.google.com\/*"
    ]
}