PG's 99manga & 99mh loader
自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…
Cos'è PG's 99manga & 99mh loader?
PG's 99manga & 99mh loader è un'estensione di Chrome sviluppata da PG, e la sua funzione principale è "自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PG's 99manga & 99mh loader
Scarica i file di estensione PG's 99manga & 99mh loader 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
自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time between switching pages is decreased So you can browse those websites with a more smoothly experience
Informazioni di Base sull'Estensione
Nome | PG's 99manga & 99mh loader |
ID | leffekiidnhapkpkgbpdmjekdecjepoa |
URL Ufficiale | https://chromewebstore.google.com/detail/pgs-99manga-99mh-loader/leffekiidnhapkpkgbpdmjekdecjepoa |
Descrizione | 自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time… |
Dimensione del File | 432 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.95 |
Ultimo Aggiornamento | 2019-02-19 |
Data di Pubblicazione | 2019-02-18 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | PG |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.eruru.tw |
Lingue Supportate | zh-TW |
manifest.json | |
{ "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html", "default_title": "This is my favorite character in nobuna, pixiv id: 29651668" }, "content_scripts": [ { "js": [ "99.user.js" ], "matches": [ "http:\/\/99manga.com\/*", "http:\/\/99mh.com\/*", "http:\/\/www.99comic.com\/*" ] } ], "icons": { "128": "icon128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7fhiCyf0tivpRNqI+TwOgihCy2L0V3M56hC1YDQUb5v4weOo57nPFIJrjwSAvPHZ7Q+J\/OiBNvqEogHoXwViDf9LGSur06wqf4S1LvExBV\/EfYfvNbSvzt4SzfXe+lRRrcMLVnQuFQu6QZmZnyaU1PuasFRdSRUCNsf6tiv6fwIDAQAB", "manifest_version": 2, "name": "PG's 99manga & 99mh loader", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.95" } |