Thanos Facebook
Thanos Extension for Facebook on Chrome browser, cleaning up everything.
Cos'è Thanos Facebook?
Thanos Facebook è un'estensione di Chrome sviluppata da namanh11611.github.io, e la sua funzione principale è "Thanos Extension for Facebook on Chrome browser, cleaning up everything.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thanos Facebook
Scarica i file di estensione Thanos Facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Revert old Facebook version. Hide advertisement for new version. Remove all invite page request. Remove all friends request. Increase chat's height. Contact: fb.com/namanh1910
Informazioni di Base sull'Estensione
Nome | |
ID | ofpgempoafickpaogjehhiomfcpnmmpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/thanos-facebook/ofpgempoafickpaogjehhiomfcpnmmpn |
Descrizione | Thanos Extension for Facebook on Chrome browser, cleaning up everything. |
Dimensione del File | 58.02 KB |
Conteggio Installazioni | 223 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2020-10-19 |
Data di Pubblicazione | 2020-09-20 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | namanh11611.github.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thanos Facebook", "description": "Thanos Extension for Facebook on Chrome browser, cleaning up everything.", "version": "2.0.0", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery-3.5.1.js", "contentScript.js" ], "all_frames": true } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/thanos16.png", "32": "images\/thanos32.png", "48": "images\/thanos48.png", "128": "images\/thanos128.png" } }, "icons": { "16": "images\/thanos16.png", "32": "images\/thanos32.png", "48": "images\/thanos48.png", "128": "images\/thanos128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |