While you were away Remover
Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
Vad är While you were away Remover?
While you were away Remover är en Chrome-tillägg utvecklad av Mark, och dess huvudfunktion är "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".
Ladda ner While you were away Remover-förlängningens CRX-fil
Ladda ner While you were away Remover-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
Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else. This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended. May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.
Grundläggande Information om Tillägg
Namn | While you were away Remover |
ID | kfhdopamocjnncalnifjpcbhkckbndlb |
Officiell webbadress | https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb |
Beskrivning | Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work |
Filstorlek | 56.99 KB |
Antal Installationer | 65 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-02-03 |
Publiceringsdatum | 2016-02-02 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | Mark |
Betalningssätt | free |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "While you were away Remover", "version": "0.1", "icons": { "48": "IconSmall.jpg", "128": "Icon.jpg" }, "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work", "short_name": "WYWARemover", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "jquery-2.2.0.min.js", "removeWYWA.js" ] } ] } |