View 3rd party photobucket images
Scans a webpage for photobucket images and the updates the src to show the image.
Vad är View 3rd party photobucket images?
View 3rd party photobucket images är en Chrome-tillägg utvecklad av amnlincoln, och dess huvudfunktion är "Scans a webpage for photobucket images and the updates the src to show the image.".
Ladda ner View 3rd party photobucket images-förlängningens CRX-fil
Ladda ner View 3rd party photobucket images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Scans a webpage for photobucket images and then updates the src to show the image. Runs on all webpages
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ehoeoelfbhokhcialnddlcnapkocnael |
Officiell webbadress | https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael |
Beskrivning | Scans a webpage for photobucket images and the updates the src to show the image. |
Filstorlek | 34.22 KB |
Antal Installationer | 93 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-10-03 |
Publiceringsdatum | 2017-10-03 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | amnlincoln |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [] } |