Hide Facebook Sponsored Posts
Hides Facebook's annoying sponsored posts on your news feed.
什么是Hide Facebook Sponsored Posts?
Hide Facebook Sponsored Posts是由dang!开发的Chrome扩展程序,该扩展的主要功能是“Hides Facebook's annoying sponsored posts on your news feed.”。
扩展截图
下载Hide Facebook Sponsored Posts扩展crx文件
下载Hide Facebook Sponsored Posts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Updated and working as of 08/01/2017 *** ONLY WORKS FOR ENGLISH FACEBOOK presumably *** If you want the extension working in your language, please contact me with the word that appears under Sponsored posts. Sweet, sweet icon by Turbomilk (http://turbomilk.com).
扩展基本信息
名称 | |
ID | jdebdllgnemmnjjhjjndfiaamdhonjlk |
官方URL | https://chrome.google.com/webstore/detail/hide-facebook-sponsored-p/jdebdllgnemmnjjhjjndfiaamdhonjlk |
简介 | Hides Facebook's annoying sponsored posts on your news feed. |
文件大小 | 62.12 KB |
安装次数 | 3,000 |
当前版本 | 1.1.0 |
更新时间 | 2017-01-08 |
上架时间 | 2017-01-08 |
评分 | 2.11/5 共47次评分 |
开发者 | dang! |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Facebook Sponsored Posts", "version": "1.1.0", "manifest_version": 2, "description": "Hides Facebook's annoying sponsored posts on your news feed.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_end" } ] } |