Recapin

Recapin - Recap. Share. Earn.

What is Recapin?

Recapin is a Chrome extension developed by https://recapin.com, and its main feature is "Recapin - Recap. Share. Earn.".

Extension Screenshots

screenshot
screenshot

Download Recapin Extension CRX File

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

                        Earn money for recapping your favorite content.

How it works:
1. Recap your favorite content and images. Publish them in a beautiful magazine.
2. Share your Recaps on social media. Drive traffic to your magazine.
3. Earn revenue through ads and affiliate links.

Why Recapin?
- Recaps save your followers' time and showcase your expertise.
- Recap magazines can generate ad income and allow for affiliate links.                    

Extension Basic Information

Name Recapin Recapin
ID iapfkejbdocokogdainbnnicoefibedf
Official URL https://chromewebstore.google.com/detail/recapin/iapfkejbdocokogdainbnnicoefibedf
Description Recapin - Recap. Share. Earn.
File Size 10.06 KB
Installation Count 55
Current Version 1.8
Last Updated 2015-05-31
Publish Date 2015-05-30
Rating 5.00/5 Total 2 Ratings
Developer https://recapin.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recapin",
    "version": "1.8",
    "description": "Recapin - Recap. Share. Earn.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_title": "Recapin",
        "default_icon": {
            "19": "logo19.png",
            "38": "logo38.png"
        }
    },
    "manifest_version": 2
}