No More Timeline for Facebook

No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.

No More Timeline for Facebookとは何ですか?

No More Timeline for Facebookはstartupbufferによって開発されたChromeの拡張機能で、その主な機能は「No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.」です。

拡張機能のスクリーンショット

screenshot

No More Timeline for Facebook拡張機能のCRXファイルをダウンロード

No More Timeline for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Remember the times when you open the Facebook just for replying a message or checking your company Facebook page but you spent hours fooling around the timeline. 

No more wasting your time with Facebook timeline.

No More Timeline for Facebook (NMTFB) is an extension that removes Facebook timeline to help you get more productive.                    

拡張機能の基本情報

名前 No More Timeline for Facebook No More Timeline for Facebook
ID knojhelebinecbcocnaobgkbilmfcekm
公式URL https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm
説明 No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
ファイルサイズ 194 KB
インストール数 303
現在のバージョン 0.0.2
最終更新日 2021-03-03
公開日 2021-03-03
評価 3.38/5 合計 16 レビュー
開発者 startupbuffer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://startupbuffer.com?utm_source=nmtfb_webstore_listing
プライバシーポリシーページのURL https://startupbuffer.com/site/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No More Timeline for Facebook",
    "short_name": "NMTFB",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.",
    "homepage_url": "https:\/\/startupbuffer.com?utm_source=nmtfb",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/work.jpg"
    ]
}