Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

Vad är Twitter AdBlock?

Twitter AdBlock är en Chrome-tillägg utvecklad av Anbodev, och dess huvudfunktion är "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitter AdBlock-förlängningens CRX-fil

Ladda ner Twitter AdBlock-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

                        Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

Grundläggande Information om Tillägg

Namn Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
Officiell webbadress https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
Beskrivning Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Filstorlek 47.02 KB
Antal Installationer 730
Aktuell Version 1.2
Senast Uppdaterad 2021-01-30
Publiceringsdatum 2021-01-18
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Anbodev
E-post [email protected]
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}