Recapin
Recapin - Recap. Share. Earn.
Wat is Recapin?
Recapin is een Chrome-extensie ontwikkeld door https://recapin.com, en de belangrijkste functie is "Recapin - Recap. Share. Earn.".
Extensie Screenshots
Download het CRX-bestand van de extensie Recapin
Download Recapin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iapfkejbdocokogdainbnnicoefibedf |
| Officiële URL | https://chromewebstore.google.com/detail/recapin/iapfkejbdocokogdainbnnicoefibedf |
| Beschrijving | Recapin - Recap. Share. Earn. |
| Bestandsgrootte | 10.06 KB |
| Aantal Installaties | 55 |
| Huidige Versie | 1.8 |
| Laatst Bijgewerkt | 2015-05-31 |
| Publicatiedatum | 2015-05-30 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://recapin.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |