Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Social Editor", "short_name": "Magic Social Editor", "version": "1.424", "description": "Select and save your favorite emojis\ud83d\ude00 and use them all over the internet.", "manifest_version": 3, "minimum_chrome_version": "88", "homepage_url": "https:\/\/magicsocialeditor.com\/", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E", "windows": "Ctrl+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" }, "description": "Opens Emoji Selector" } }, "host_permissions": [ "https:\/\/app.mysocial360.com\/oauth\/*", "https:\/\/beta.app.360emojis.com\/360emojis\/*", "https:\/\/*.360emojis.com\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "permissions": [ "activeTab", "clipboardRead", "cookies", "contextMenus", "gcm", "identity", "identity.email", "notifications", "storage", "unlimitedStorage", "microphone" ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png", "192": "logo192.png", "512": "logo512.png" } }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/*", "https:\/\/app.mysocial360.com\/oauth*", "https:\/\/beta.app.360emojis.com\/360emojis*", "https:\/\/beta.app.360emojis.com\/360emojis*" ], "js": [ ".\/messages\/auth.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/localhost\/*", "<all_urls>" ], "js": [ ".\/libs\/jquery.js", ".\/libs\/sweetalert.js", ".\/content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/accountscenter.facebook.com\/profiles\/", "https:\/\/accountscenter.facebook.com\/personal_info\/", "https:\/\/accountscenter.facebook.com\/profiles\/*", "https:\/\/accountscenter.facebook.com\/personal_info\/*" ], "js": [ ".\/content\/facebook.login.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js" }, "icons": { "16": "logo128.png", "32": "logo128.png", "48": "logo128.png", "128": "logo192.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "public\/default.png", "listening.png" ], "matches": [ "<all_urls>" ] } ] }