Plurk-MyEmoCache
Plurk 表情符號快取,避免每次瀏覽都重新下載。
Cos'è Plurk-MyEmoCache?
Plurk-MyEmoCache è un'estensione di Chrome sviluppata da 小飄飄, e la sua funzione principale è "Plurk 表情符號快取,避免每次瀏覽都重新下載。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plurk-MyEmoCache
Scarica i file di estensione Plurk-MyEmoCache 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
將噗浪的表情及自訂表情強制設定快取時間(1年) 過濾器設置如下: urls: 1. http://statics.plurk.com/* 2. http://emos.plurk.com/* types: image
Informazioni di Base sull'Estensione
Nome | Plurk-MyEmoCache |
ID | gfncpdpkanpheljmlknbpgcmgjdbppke |
URL Ufficiale | https://chromewebstore.google.com/detail/plurk-myemocache/gfncpdpkanpheljmlknbpgcmgjdbppke |
Descrizione | Plurk 表情符號快取,避免每次瀏覽都重新下載。 |
Dimensione del File | 11.47 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-01-24 |
Data di Pubblicazione | 2015-01-24 |
Sviluppatore | 小飄飄 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plurk-MyEmoCache", "version": "1.1", "description": "Plurk \u8868\u60c5\u7b26\u865f\u5feb\u53d6\uff0c\u907f\u514d\u6bcf\u6b21\u700f\u89bd\u90fd\u91cd\u65b0\u4e0b\u8f09\u3002", "icons": { "128": "128.png", "16": "16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.plurk.com\/*", "https:\/\/*.plurk.com\/*" ] } |