Block Promo on your TL

Hide promotional ads displayed on Twitter timeline.

Vad är Block Promo on your TL?

Block Promo on your TL är en Chrome-tillägg utvecklad av https://www.buzzyvox.com, och dess huvudfunktion är "Hide promotional ads displayed on Twitter timeline.".

Tilläggsskärmbilder

screenshot

Ladda ner Block Promo on your TL-förlängningens CRX-fil

Ladda ner Block Promo on your TL-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

                        Hide promotional ads displayed on Twitter timeline.                    

Grundläggande Information om Tillägg

Namn Block Promo on your TL Block Promo on your TL
ID noppjecknmnihknoebobfkfhkpcndook
Officiell webbadress https://chromewebstore.google.com/detail/block-promo-on-your-tl/noppjecknmnihknoebobfkfhkpcndook
Beskrivning Hide promotional ads displayed on Twitter timeline.
Filstorlek 18.62 KB
Antal Installationer 53
Aktuell Version 1.0.5
Senast Uppdaterad 2018-09-21
Publiceringsdatum 2018-09-20
Utvecklare https://www.buzzyvox.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.buzzyvox.com/2017035170.html
Hjälpsida URL http://www.buzzyvox.com/2017035170.html
Stödda Språk id,de,en,fr,it,pt-BR,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block Promo on your TL",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "homepage_url": "http:\/\/www.buzzyvox.com\/2017035170.html",
    "minimum_chrome_version": "26"
}