Old Facebook Page Layout
Get rid of the photos and videos section on top of a page
什麼是Old Facebook Page Layout?
Old Facebook Page Layout是由Inti De Ceukelaire開發的Chrome擴展程式,該擴展的主要功能是“Get rid of the photos and videos section on top of a page”。
下載Old Facebook Page Layout擴展crx文件
下載Old Facebook Page Layout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get old Facebook page back
擴展基本資訊
名稱 | |
ID | adnmjgapcidmkamdagnhgdbdigdmdmhd |
官方網址 | https://chrome.google.com/webstore/detail/old-facebook-page-layout/adnmjgapcidmkamdagnhgdbdigdmdmhd |
簡介 | Get rid of the photos and videos section on top of a page |
檔案大小 | 40.18 KB |
安裝次數 | 1,000 |
目前版本 | 0.0.1 |
更新時間 | 2016-11-23 |
上架時間 | 2016-11-23 |
評分 | 1.25/5 共 4 次評分 |
開發者 | Inti De Ceukelaire |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.google.com/policies/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Facebook Page Layout", "version": "0.0.1", "manifest_version": 2, "description": "Get rid of the photos and videos section on top of a page", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |