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.

Vad är No More Timeline for Facebook?

No More Timeline for Facebook är en Chrome-tillägg utvecklad av startupbuffer, och dess huvudfunktion är "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.".

Tilläggsskärmbilder

screenshot

Ladda ner No More Timeline for Facebook-förlängningens CRX-fil

Ladda ner No More Timeline for Facebook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn No More Timeline for Facebook No More Timeline for Facebook
ID knojhelebinecbcocnaobgkbilmfcekm
Officiell webbadress https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm
Beskrivning No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
Filstorlek 194 KB
Antal Installationer 303
Aktuell Version 0.0.2
Senast Uppdaterad 2021-03-03
Publiceringsdatum 2021-03-03
Betyg 3.38/5 Totalt 16 Betyg
Utvecklare startupbuffer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://startupbuffer.com?utm_source=nmtfb_webstore_listing
URL till Sekretesspolicy Sidan https://startupbuffer.com/site/privacy
Stödda Språk 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"
    ]
}