Sarahah Block
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
什麼是Sarahah Block?
Sarahah Block是由swapydapy開發的Chrome擴展程式,該擴展的主要功能是“This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)”。
擴展截圖
下載Sarahah Block擴展crx文件
下載Sarahah Block擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com
You can see the post if you want to :) 擴展基本資訊
| 名稱 | |
| ID | cimhbfgnhljfobaekifiljikjecfofgm |
| 官方網址 | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
| 簡介 | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
| 檔案大小 | 73.37 KB |
| 安裝次數 | 15 |
| 目前版本 | 0.3 |
| 更新時間 | 2017-08-17 |
| 上架時間 | 2017-08-17 |
| 評分 | 5.00/5 共 8 次評分 |
| 開發者 | swapydapy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sarahah Block",
"version": "0.3",
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"jquery-3.2.1.min.js",
"mutation-summary.js",
"cleaner.js",
"content.js"
],
"css": [
"fix.css"
]
}
],
"web_accessible_resources": [
"images\/*.png"
]
} | |