4chan Archive Image Viewer

Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.

Qu'est-ce que 4chan Archive Image Viewer ?

4chan Archive Image Viewer est une extension Chrome développée par abe546, et sa fonction principale est "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 4chan Archive Image Viewer

Téléchargez les fichiers d'extension 4chan Archive Image Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        An in page overlay used for viewing a thread images easily, and without tab hassle.

Uses the default archive site for 4chan at the moment, https://archived.moe, which is utilized by 4chanX.

Speaking of 4chanX, this app is essentially a lower-level version of that for the archive site. 

Note : Due to cloudfront policy, not able to use traditional /b/ archive. Will reroute any expired 4chan thread from the default archive site : archive.moe to thebarchive.com since it allows for grabbing images from the source and displaying in page.                    

Informations de Base sur l'Extension

Nom 4chan Archive Image Viewer 4chan Archive Image Viewer
ID bkbjcfmpkcnaeccagaakcohlddjlkhlf
URL Officiel https://chromewebstore.google.com/detail/4chan-archive-image-viewe/bkbjcfmpkcnaeccagaakcohlddjlkhlf
Description Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.
Taille du Fichier 278 KB
Nombre d'Installations 318
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-12-04
Date de Publication 2018-10-06
Évaluation 2.00/5 Total 1 Évaluations
Développeur abe546
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4chan Archive Image Viewer",
    "version": "1.0.3",
    "description": "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/archived.moe\/*",
                "https:\/\/thebarchive.com\/*",
                "https:\/\/archive.wakarimasen.moe\/*",
                "https:\/\/desuarchive.org\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/popup.js"
            ],
            "comment": "BE VERY CAREFUL WITH PLACEMENT OF EXTERNAL FILES. JQUERY MUST BE LOADED BEFORE ANY OTHER JS SO IT MUST BE IN FIRST INDEX",
            "css": [
                "layout\/layout.css"
            ]
        }
    ]
}