Unchain Twitter

Make it so people can't effectively block you on twitter

Cos'è Unchain Twitter?

Unchain Twitter è un'estensione di Chrome sviluppata da Unchained Birdy, e la sua funzione principale è "Make it so people can't effectively block you on twitter".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unchain Twitter

Scarica i file di estensione Unchain Twitter 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

                        This extension gives you an ability to see all public tweets on twitter.

You will never see "You're blocked" again.

Unchain your twitter for the best experience.                    

Informazioni di Base sull'Estensione

Nome Unchain Twitter Unchain Twitter
ID hmoojlpmmpfcpehheagnhdjkoidfegjn
URL Ufficiale https://chromewebstore.google.com/detail/unchain-twitter/hmoojlpmmpfcpehheagnhdjkoidfegjn
Descrizione Make it so people can't effectively block you on twitter
Dimensione del File 313 KB
Conteggio Installazioni 39
Versione Corrente 0.0.1.5
Ultimo Aggiornamento 2023-05-01
Data di Pubblicazione 2023-03-21
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unchained Birdy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.buymeacoffee.com/unchainedbirdy
URL della Pagina di Aiuto https://twitter.com/unchainedBirdy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unchain Twitter",
    "version": "0.0.1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "extension_core\/background.js"
    },
    "host_permissions": [
        "https:\/\/nitter.cz\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "options_ui": {
        "page": "extension_core\/options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content_script\/css\/styles.css",
                "content_script\/dist\/main.css",
                "extension_core\/extra\/css\/styles.css"
            ],
            "js": [
                "extension_core\/extra\/js\/video.min.js",
                "extension_core\/extra\/js\/html2canvas.min.js",
                "content_script\/dist\/main.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "extension_core\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "extension_core\/images\/logo.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "description": "Make it so people can't effectively block you on twitter"
}