Hide Stickers in Facebook
Hides stickers in Facebook messages.
What is Hide Stickers in Facebook?
Hide Stickers in Facebook is a Chrome extension developed by dannyvankooten, and its main feature is "Hides stickers in Facebook messages.".
Extension Screenshots
Download Hide Stickers in Facebook Extension CRX File
Download Hide Stickers in 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
An extremely simple extension that will hide stickers in Facebook messages.
Extension Basic Information
Name | Hide Stickers in Facebook |
ID | cpmddibcbglamahfdeabndfibaejjbeh |
Official URL | https://chromewebstore.google.com/detail/hide-stickers-in-facebook/cpmddibcbglamahfdeabndfibaejjbeh |
Description | Hides stickers in Facebook messages. |
File Size | 24.23 KB |
Installation Count | 22 |
Current Version | 1.0 |
Last Updated | 2013-12-27 |
Publish Date | 2013-12-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | dannyvankooten |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Stickers in Facebook", "description": "Hides stickers in Facebook messages.", "version": "1.0", "author": "Danny van Kooten", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "styles.css" ] } ], "manifest_version": 2 } |