X Repost Omitted
An extension to hide X (formerly Twitter) reposts.
Vad är X Repost Omitted?
X Repost Omitted är en Chrome-tillägg utvecklad av developer.waieight., och dess huvudfunktion är "An extension to hide X (formerly Twitter) reposts.".
Tilläggsskärmbilder
Ladda ner X Repost Omitted-förlängningens CRX-fil
Ladda ner X Repost Omitted-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
You can view it by clicking on the ▼ icon. This is a great extension for those who don't need reposts but are curious about what kind of reposts you have made.
Grundläggande Information om Tillägg
Namn | X Repost Omitted |
ID | aagmfjihkcmppkieikhehgihiemdmpfd |
Officiell webbadress | https://chromewebstore.google.com/detail/x-repost-omitted/aagmfjihkcmppkieikhehgihiemdmpfd |
Beskrivning | An extension to hide X (formerly Twitter) reposts. |
Filstorlek | 41.5 KB |
Antal Installationer | 291 |
Aktuell Version | 0.0.0.58 |
Senast Uppdaterad | 2024-01-17 |
Publiceringsdatum | 2020-09-27 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | developer.waieight. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://waieight.hatenablog.jp/ |
URL till Sekretesspolicy Sidan | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
Stödda Språk | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "X Repost Omitted", "version": "8.0.0.58", "version_name": "0.0.0.58", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "\/jquery\/jquery-3.7.1.min.js", "\/js\/omitted.js" ], "css": [ "\/css\/omitted.css" ], "run_at": "document_start" } ] } |