Similar Likes Scan

This extension scan similar likes from different profile pages

What is Similar Likes Scan?

Similar Likes Scan is a Chrome extension developed by brightsvl, and its main feature is "This extension scan similar likes from different profile pages".

Download Similar Likes Scan Extension CRX File

Download Similar Likes Scan 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

                                            

Extension Basic Information

Name Similar Likes Scan Similar Likes Scan
ID gedlpjollecfbfeidjbkjpmfdhkffkef
Official URL https://chrome.google.com/webstore/detail/similar-likes-scan/gedlpjollecfbfeidjbkjpmfdhkffkef
Description This extension scan similar likes from different profile pages
File Size 12.38 KB
Installation Count 16
Current Version 1.2
Last Updated 2017-09-06
Publish Date 2017-09-06
Developer brightsvl
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension scan similar likes from different profile pages",
    "manifest_version": 2,
    "name": "Similar Likes Scan",
    "version": "1.2",
    "icons": {
        "48": "icons\/ico.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icons\/ico.png",
        "default_title": "Scan Likes",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}