HappyOnline Invite All Extension
Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Wat is HappyOnline Invite All Extension?
HappyOnline Invite All Extension is een Chrome-extensie ontwikkeld door HappyOnline.gr, en de belangrijkste functie is "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".
Download het CRX-bestand van de extensie HappyOnline Invite All Extension
Download HappyOnline Invite All Extension-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
Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Basisinformatie over de Extensie
Naam | |
ID | hdinddahbnelfaokfoileghdehgehooo |
Officiële URL | https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo |
Beschrijving | Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes) |
Bestandsgrootte | 43.52 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2015-01-19 |
Publicatiedatum | 2015-01-19 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | HappyOnline.gr |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HappyOnline Invite All Extension", "version": "1.3.1", "description": "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)", "author": "HappyOnline", "icons": { "128": "icon-128.png", "64": "icon-64.png", "32": "icon-32.png", "16": "icon-16.png" }, "browser_action": { "default_icon": "icon-64.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "contentscript.js" ] } |