Unsticker Me
Hide Facebook sticker comments
What is Unsticker Me?
Unsticker Me is a Chrome extension developed by Rodney Folz, and its main feature is "Hide Facebook sticker comments".
Extension Screenshots
Download Unsticker Me Extension CRX File
Download Unsticker Me 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
Hide the new Facebook sticker comments.
Extension Basic Information
Name | Unsticker Me |
ID | ifnoolaikkmkoajopfdbnenajmekdhia |
Official URL | https://chromewebstore.google.com/detail/unsticker-me/ifnoolaikkmkoajopfdbnenajmekdhia |
Description | Hide Facebook sticker comments |
File Size | 22.92 KB |
Installation Count | 464 |
Current Version | 1.0 |
Last Updated | 2014-10-14 |
Publish Date | 2014-10-13 |
Rating | 4.00/5 Total 24 Ratings |
Developer | Rodney Folz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/facebook.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "styles\/contentstyles.css" ], "run_at": "document_end", "all_frames": false } ] } |