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.
Vad är 4chan Archive Image Viewer?
4chan Archive Image Viewer är en Chrome-tillägg utvecklad av abe546, och dess huvudfunktion är "Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab.".
Tilläggsskärmbilder
Ladda ner 4chan Archive Image Viewer-förlängningens CRX-fil
Ladda ner 4chan Archive Image Viewer-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bkbjcfmpkcnaeccagaakcohlddjlkhlf |
| Officiell webbadress | https://chromewebstore.google.com/detail/4chan-archive-image-viewe/bkbjcfmpkcnaeccagaakcohlddjlkhlf |
| Beskrivning | Quickly show images from page, they're overlayed on current page and eliminate the need to open 8 million images in a new tab. |
| Filstorlek | 278 KB |
| Antal Installationer | 318 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2023-12-04 |
| Publiceringsdatum | 2018-10-06 |
| Betyg | 2.00/5 Totalt 1 Betyg |
| Utvecklare | abe546 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |