Doge ify - Super Doge!
A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.
什麼是Doge ify - Super Doge!?
Doge ify - Super Doge!是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.”。
擴展截圖
下載Doge ify - Super Doge!擴展crx文件
下載Doge ify - Super Doge!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | hmknopojacdmgooajhbfebnhiedhgkff |
| 官方網址 | https://chromewebstore.google.com/detail/doge-ify-super-doge/hmknopojacdmgooajhbfebnhiedhgkff |
| 簡介 | A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal. |
| 檔案大小 | 880 KB |
| 安裝次數 | 398 |
| 目前版本 | 1.1 |
| 更新時間 | 2017-01-18 |
| 上架時間 | 2017-01-17 |
| 評分 | 2.67/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://github.com/adjavaherian/dogeify |
| 說明頁面URL | https://github.com/adjavaherian/dogeify/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Doge ify - Super Doge!",
"short_name": "doge ify",
"description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/adjavaherian\/dogeify",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Super Dogeify!"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"https:\/\/www.reddit.com\/"
]
} | |