Plurk-MyEmoCache
Plurk 表情符號快取,避免每次瀏覽都重新下載。
What is Plurk-MyEmoCache?
Plurk-MyEmoCache is a Chrome extension developed by 小飄飄, and its main feature is "Plurk 表情符號快取,避免每次瀏覽都重新下載。".
Extension Screenshots
Download Plurk-MyEmoCache Extension CRX File
Download Plurk-MyEmoCache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
將噗浪的表情及自訂表情強制設定快取時間(1年) 過濾器設置如下: urls: 1. http://statics.plurk.com/* 2. http://emos.plurk.com/* types: image
Extension Basic Information
Name | Plurk-MyEmoCache |
ID | gfncpdpkanpheljmlknbpgcmgjdbppke |
Official URL | https://chromewebstore.google.com/detail/plurk-myemocache/gfncpdpkanpheljmlknbpgcmgjdbppke |
Description | Plurk 表情符號快取,避免每次瀏覽都重新下載。 |
File Size | 11.47 KB |
Installation Count | 112 |
Current Version | 1.1 |
Last Updated | 2015-01-24 |
Publish Date | 2015-01-24 |
Developer | 小飄飄 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |