My Own Extension

Stores links in very accessible manner!

What is My Own Extension?

My Own Extension is a Chrome extension developed by https://www.myownextension.com, and its main feature is "Stores links in very accessible manner!".

Extension Screenshots

screenshot

Download My Own Extension Extension CRX File

Download My Own Extension 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

                        What if you could tell your audience "Grab my app" without spending thousands of dollars on creating your own?
BE TOP OF MIND, INCREASE OPT-IN RATES, SELL YOUR PRODUCTS...

My Own Extension is the NEWEST Google Chrome Extension Built Just for Entrepenuers To Easily Keep Themselves Top Of Mind With Their Audience!

No more "Where is your link again?" type questions. All your offers, updated, in real time to everyone who installs your app!

How Does It Work?
Sign up
Put in your own links
Share app with your audience
Your audience sees you everytime they open their browser.
They click on your offers. All links can be changed in real time.
Increase conversions and sales!

How many times have your people asked you where is the link to your offer?
Do not miss the chance to have your latest offers always be available to your audience 24/7.  They have you on their desktop. 
Every.👏 Time.👏 They.👏 Open. 👏Their.👏 Browser.👏                    

Extension Basic Information

Name My Own Extension My Own Extension
ID iaifcjpaihpemojdmnmkejdfcceaoill
Official URL https://chromewebstore.google.com/detail/my-own-extension/iaifcjpaihpemojdmnmkejdfcceaoill
Description Stores links in very accessible manner!
File Size 1.6 MB
Installation Count 468
Current Version 2.3
Last Updated 2023-01-30
Publish Date 2019-08-27
Rating 5.00/5 Total 1 Ratings
Developer https://www.myownextension.com
Email [email protected]
Payment Type free
Extension Website https://www.myownextension.com
Help Page URL https://www.myownextension.com/terms1
Privacy Policy Page URL https://www.groupconvert.com/privacy24428578
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Aff toolbar"
    },
    "description": "Stores links in very accessible manner!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "My Own Extension",
    "permissions": [],
    "version": "2.3",
    "web_accessible_resources": [
        "*.png"
    ]
}