Unsticker Me
Hide Facebook sticker comments
Unsticker Meとは何ですか?
Unsticker MeはRodney Folzによって開発されたChromeの拡張機能で、その主な機能は「Hide Facebook sticker comments」です。
拡張機能のスクリーンショット
Unsticker Me拡張機能のCRXファイルをダウンロード
Unsticker Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide the new Facebook sticker comments.
拡張機能の基本情報
名前 | Unsticker Me |
ID | ifnoolaikkmkoajopfdbnenajmekdhia |
公式URL | https://chromewebstore.google.com/detail/unsticker-me/ifnoolaikkmkoajopfdbnenajmekdhia |
説明 | Hide Facebook sticker comments |
ファイルサイズ | 22.92 KB |
インストール数 | 464 |
現在のバージョン | 1.0 |
最終更新日 | 2014-10-14 |
公開日 | 2014-10-13 |
評価 | 4.00/5 合計 24 レビュー |
開発者 | Rodney Folz |
支払い方法 | free |
対応言語 | 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 } ] } |