MedianeSocial Facebook PAGE LIKES Selector
Select All your friends to invite them to like your page.
What is MedianeSocial Facebook PAGE LIKES Selector?
MedianeSocial Facebook PAGE LIKES Selector is a Chrome extension developed by http://medianeclick.com, and its main feature is "Select All your friends to invite them to like your page.".
Extension Screenshots
Download MedianeSocial Facebook PAGE LIKES Selector Extension CRX File
Download MedianeSocial Facebook PAGE LIKES Selector 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
Invite YOUR FRIENDS to like your fan page Invitar a tus amigos a que le hagan me gusta a tu fan page
Extension Basic Information
Name | |
ID | gaclfmmlipfaaieinddelpnhbngmkioh |
Official URL | https://chrome.google.com/webstore/detail/medianesocial-facebook-pa/gaclfmmlipfaaieinddelpnhbngmkioh |
Description | Select All your friends to invite them to like your page. |
File Size | 377 KB |
Installation Count | 54 |
Current Version | 1.0 |
Last Updated | 2014-11-02 |
Publish Date | 2014-11-02 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://medianeclick.com |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MedianeSocial Facebook PAGE LIKES Selector", "manifest_version": 2, "version": "1.0", "description": "Select All your friends to invite them to like your page.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "page-contentscript.js" ] } ], "background": { "scripts": [ "page-background.js" ] }, "permissions": [ "tabs", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } |