View 3rd party photobucket images
Scans a webpage for photobucket images and the updates the src to show the image.
什麼是View 3rd party photobucket images?
View 3rd party photobucket images是由amnlincoln開發的Chrome擴展程式,該擴展的主要功能是“Scans a webpage for photobucket images and the updates the src to show the image.”。
下載View 3rd party photobucket images擴展crx文件
下載View 3rd party photobucket images擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Scans a webpage for photobucket images and then updates the src to show the image. Runs on all webpages
擴展基本資訊
名稱 | ![]() |
ID | ehoeoelfbhokhcialnddlcnapkocnael |
官方網址 | https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael |
簡介 | Scans a webpage for photobucket images and the updates the src to show the image. |
檔案大小 | 34.22 KB |
安裝次數 | 93 |
目前版本 | 1.0.1 |
更新時間 | 2017-10-03 |
上架時間 | 2017-10-03 |
評分 | 1.00/5 共 1 次評分 |
開發者 | amnlincoln |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View 3rd party photobucket images", "description": "Scans a webpage for photobucket images and the updates the src to show the image.", "version": "1.0.1", "browser_action": { "default_icon": { "32": "images\/icon.png" }, "default_title": "Photobucket Fixer" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ] } ], "permissions": [] } |