NEX Sticker for Facebook
This extension contains a lot of sticker for Facebook
What is NEX Sticker for Facebook ?
NEX Sticker for Facebook is a Chrome extension developed by Tuan Ngo, and its main feature is "This extension contains a lot of sticker for Facebook".
Extension Screenshots
Download NEX Sticker for Facebook Extension CRX File
Download NEX Sticker for Facebook 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 | |
ID | mgbmkapifmkokkcadmbgfbaegjhoninj |
Official URL | https://chrome.google.com/webstore/detail/nex-sticker-for-facebook/mgbmkapifmkokkcadmbgfbaegjhoninj |
Description | This extension contains a lot of sticker for Facebook |
File Size | 295 KB |
Installation Count | 17 |
Current Version | 1.2 |
Last Updated | 2015-08-27 |
Publish Date | 2015-08-27 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Tuan Ngo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEX Sticker for Facebook ", "description": "This extension contains a lot of sticker for Facebook", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "*:\/\/loc.nex.vn\/*" ], "css": [ "css\/style.css" ], "js": [ "libs\/jquery.js", "js\/myscript.js", "libs\/handlebars.runtime-v3.0.3.js", "libs\/scrollspy.js" ] } ], "background": { "page": "background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "permissions": [ "activeTab", "background", "downloads", "storage", "alarms", "https:\/\/ajax.googleapis.com\/", "*:\/\/loc.nex.vn\/*" ], "web_accessible_resources": [ "img\/*.png", "css\/style.css", "js\/*.js", "tmpl\/*" ] } |