ShareBlock
Block share with social media icons.
什麼是ShareBlock?
ShareBlock是由webdever.net開發的Chrome擴展程式,該擴展的主要功能是“Block share with social media icons.”。
下載ShareBlock擴展crx文件
下載ShareBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Block 'share this post with facebook/twitter/tumblr/reddit' icons in the same way AdBlock blocks advertisements.
擴展基本資訊
名稱 | ![]() |
ID | npongcahcbcoimmddgobdgjpnkpaoifl |
官方網址 | https://chrome.google.com/webstore/detail/shareblock/npongcahcbcoimmddgobdgjpnkpaoifl |
簡介 | Block share with social media icons. |
檔案大小 | 29.96 KB |
安裝次數 | 18 |
目前版本 | 0.1 |
更新時間 | 2014-12-22 |
上架時間 | 2014-12-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | webdever.net |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.redditstatic.com\/*", "*:\/\/*.hn-button.herokuapp.com\/*" ], "all_frames": true, "css": [ "block.css", "page.css" ], "js": [ "global.js", "widgets.js", "page.js" ] } ], "manifest_version": 2, "description": "Block share with social media icons.", "name": "ShareBlock", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |